Uses of Enum
com.couchbase.client.core.service.kv.Observe.ObserveReplicateTo
Packages that use Observe.ObserveReplicateTo
-
Uses of Observe.ObserveReplicateTo in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv that return Observe.ObserveReplicateToMethods in com.couchbase.client.core.api.kv with parameters of type Observe.ObserveReplicateToModifier and TypeMethodDescriptionstatic CoreDurability
CoreDurability.of
(Observe.ObservePersistTo persistTo, Observe.ObserveReplicateTo replicateTo) -
Uses of Observe.ObserveReplicateTo in com.couchbase.client.core.service.kv
Methods in com.couchbase.client.core.service.kv that return Observe.ObserveReplicateToModifier and TypeMethodDescriptionObserveContext.replicateTo()
static Observe.ObserveReplicateTo
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.ObserveReplicateToModifierConstructorDescriptionObserveContext
(CoreContext ctx, Observe.ObservePersistTo persistTo, Observe.ObserveReplicateTo replicateTo, Optional<MutationToken> mutationToken, long cas, CollectionIdentifier collectionIdentifier, String key, boolean remove, Duration timeout, RequestSpan parentSpan)