Packages

case class ClientVerified(replicateTo: ReplicateTo.Value, persistTo: PersistTo.Value = PersistTo.None) extends Durability with Product with Serializable

The SDK will do a simple polling loop to wait for the mutation to be available on a number of replicas.

Available for all Couchbase Server versions. If using Couchbase Server 6.5, then prefer using the other Durability options.

replicateTo

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

persistTo

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

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

Instance Constructors

  1. new ClientVerified(replicateTo: ReplicateTo.Value, persistTo: PersistTo.Value = PersistTo.None)

    replicateTo

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

    persistTo

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

Value Members

  1. val persistTo: PersistTo.Value
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val replicateTo: ReplicateTo.Value