Uses of Enum
com.couchbase.client.core.service.kv.Observe.ObserveReplicateTo
-
Uses of Observe.ObserveReplicateTo in com.couchbase.client.core.api.kv
Modifier and TypeMethodDescriptionstatic CoreDurability
CoreDurability.of
(Observe.ObservePersistTo persistTo, Observe.ObserveReplicateTo replicateTo) -
Uses of Observe.ObserveReplicateTo in com.couchbase.client.core.service.kv
Modifier 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.ModifierConstructorDescriptionObserveContext
(CoreContext ctx, Observe.ObservePersistTo persistTo, Observe.ObserveReplicateTo replicateTo, Optional<MutationToken> mutationToken, long cas, CollectionIdentifier collectionIdentifier, String key, boolean remove, Duration timeout, RequestSpan parentSpan)