Uses of Class
com.couchbase.client.core.service.kv.Observe.ObserveReplicateTo
-
Packages that use Observe.ObserveReplicateTo Package Description com.couchbase.client.core.service.kv -
-
Uses of Observe.ObserveReplicateTo in com.couchbase.client.core.service.kv
Methods in com.couchbase.client.core.service.kv that return Observe.ObserveReplicateTo Modifier and Type Method Description Observe.ObserveReplicateTo
ObserveContext. replicateTo()
static Observe.ObserveReplicateTo
Observe.ObserveReplicateTo. valueOf(String name)
Returns the enum constant of this type with the specified name.static Observe.ObserveReplicateTo[]
Observe.ObserveReplicateTo. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.couchbase.client.core.service.kv with parameters of type Observe.ObserveReplicateTo Constructor Description ObserveContext(CoreContext ctx, Observe.ObservePersistTo persistTo, Observe.ObserveReplicateTo replicateTo, Optional<MutationToken> mutationToken, long cas, CollectionIdentifier collectionIdentifier, String key, boolean remove, Duration timeout)
-