Uses of Class
com.couchbase.client.core.service.kv.Observe.ObservePersistTo
-
Packages that use Observe.ObservePersistTo Package Description com.couchbase.client.core.service.kv -
-
Uses of Observe.ObservePersistTo in com.couchbase.client.core.service.kv
Methods in com.couchbase.client.core.service.kv that return Observe.ObservePersistTo Modifier and Type Method Description Observe.ObservePersistTo
ObserveContext. persistTo()
static Observe.ObservePersistTo
Observe.ObservePersistTo. valueOf(String name)
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.Constructors in com.couchbase.client.core.service.kv with parameters of type Observe.ObservePersistTo Constructor Description ObserveContext(CoreContext ctx, Observe.ObservePersistTo persistTo, Observe.ObserveReplicateTo replicateTo, Optional<MutationToken> mutationToken, long cas, CollectionIdentifier collectionIdentifier, String key, boolean remove, Duration timeout)
-