Uses of Class
com.couchbase.client.core.msg.kv.ObserveViaCasResponse.ObserveStatus
Package | Description |
---|---|
com.couchbase.client.core.msg.kv |
-
Uses of ObserveViaCasResponse.ObserveStatus in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv that return ObserveViaCasResponse.ObserveStatus Modifier and Type Method Description ObserveViaCasResponse.ObserveStatus
ObserveViaCasResponse. observeStatus()
static ObserveViaCasResponse.ObserveStatus
ObserveViaCasResponse.ObserveStatus. valueOf(byte b)
Returns the enum constant of this type with the specified name.static ObserveViaCasResponse.ObserveStatus
ObserveViaCasResponse.ObserveStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObserveViaCasResponse.ObserveStatus[]
ObserveViaCasResponse.ObserveStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.msg.kv that return types with arguments of type ObserveViaCasResponse.ObserveStatus Modifier and Type Method Description Map<byte[],ObserveViaCasResponse.ObserveStatus>
MultiObserveViaCasResponse. observed()
Constructors in com.couchbase.client.core.msg.kv with parameters of type ObserveViaCasResponse.ObserveStatus Constructor Description ObserveViaCasResponse(ResponseStatus status, long cas, ObserveViaCasResponse.ObserveStatus observeStatus, boolean active, ResponseStatusDetails statusDetails)
Constructor parameters in com.couchbase.client.core.msg.kv with type arguments of type ObserveViaCasResponse.ObserveStatus Constructor Description MultiObserveViaCasRequest(Duration timeout, CoreContext ctx, RetryStrategy retryStrategy, CollectionIdentifier collectionIdentifier, NodeIdentifier target, Map<byte[],Short> keys, Predicate<ObserveViaCasResponse.ObserveStatus> responsePredicate)
MultiObserveViaCasResponse(MultiObserveViaCasRequest request, ResponseStatus status, Map<byte[],ObserveViaCasResponse.ObserveStatus> observed)