Uses of Enum
com.couchbase.client.core.msg.kv.ObserveViaCasResponse.ObserveStatus
-
Uses of ObserveViaCasResponse.ObserveStatus in com.couchbase.client.core.msg.kv
Modifier and TypeMethodDescriptionObserveViaCasResponse.observeStatus()
ObserveViaCasResponse.ObserveStatus.valueOf
(byte b) Returns the enum constant of this type with the specified 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.ModifierConstructorDescriptionObserveViaCasResponse
(ResponseStatus status, long cas, ObserveViaCasResponse.ObserveStatus observeStatus, boolean active, ResponseStatusDetails statusDetails) ModifierConstructorDescriptionMultiObserveViaCasRequest
(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)