Packages

package durability

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

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

  1. object Durability
  2. object PersistTo extends Enumeration

    The number of replicas to wait for on which the mutation has been written to storage

  3. object ReplicateTo extends Enumeration

    The number of replicas to wait for on which the mutation will be available in-memory

Ungrouped