Packages

o

com.couchbase.client.scala.durability.Durability

MajorityAndPersistToActive

object MajorityAndPersistToActive extends Durability with Product with Serializable

The server will ensure that the change is available in memory on the majority of configured replicas, plus persisted to disk on the active node, before returning success to the SDK.

Only available in Couchbase Server 6.5 and above.

Linear Supertypes
Serializable, Serializable, Product, Equals, Durability, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MajorityAndPersistToActive
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Durability
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All