package durability
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait Durability extends AnyRef
Writes in Couchbase are written to a single node, and from there the Couchbase Server will take care of sending that mutation to any configured replicas.
Writes in Couchbase are written to a single node, and from there the Couchbase Server will take care of sending that mutation to any configured replicas. This option provides some control over ensuring the success of the mutation's replication.
This provides flexibility to the application to decide, per-operation, whether it wants to prioritise speed or safety.
Value Members
- object Durability
- object PersistTo extends Enumeration
The number of replicas to wait for on which the mutation has been written to storage
- object ReplicateTo extends Enumeration
The number of replicas to wait for on which the mutation will be available in-memory