Uses of Enum
com.couchbase.client.core.service.kv.Observe.ObservePersistTo
-
Uses of Observe.ObservePersistTo in com.couchbase.client.core.api.kv
Modifier and TypeMethodDescriptionstatic CoreDurability
CoreDurability.of
(Observe.ObservePersistTo persistTo, Observe.ObserveReplicateTo replicateTo) -
Uses of Observe.ObservePersistTo in com.couchbase.client.core.service.kv
Modifier and TypeMethodDescriptionObserveContext.persistTo()
static Observe.ObservePersistTo
Returns the enum constant of this type with the specified name.static Observe.ObservePersistTo[]
Observe.ObservePersistTo.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)