Packages

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. 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.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Durability
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected