Package | Description |
---|---|
com.couchbase.client.core.service.kv |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
ObserveContext(CoreContext ctx,
Observe.ObservePersistTo persistTo,
Observe.ObserveReplicateTo replicateTo,
Optional<MutationToken> mutationToken,
long cas,
CollectionIdentifier collectionIdentifier,
String key,
boolean remove,
Duration timeout,
RequestSpan parentSpan) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.