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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClientVerified
- Serializable
- Serializable
- Product
- Equals
- Durability
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
- val persistTo: PersistTo.Value
- val replicateTo: ReplicateTo.Value