Package | Description |
---|---|
com.couchbase.client.core.msg.kv |
Modifier and Type | Method and Description |
---|---|
ObserveViaCasResponse.ObserveStatus |
ObserveViaCasResponse.observeStatus() |
static ObserveViaCasResponse.ObserveStatus |
ObserveViaCasResponse.ObserveStatus.valueOf(byte b) |
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.
|
Modifier and Type | Method and Description |
---|---|
Map<byte[],ObserveViaCasResponse.ObserveStatus> |
MultiObserveViaCasResponse.observed() |
Constructor and Description |
---|
ObserveViaCasResponse(ResponseStatus status,
long cas,
ObserveViaCasResponse.ObserveStatus observeStatus,
boolean active,
ResponseStatusDetails statusDetails) |
Constructor and Description |
---|
MultiObserveViaCasRequest(Duration timeout,
CoreContext ctx,
RetryStrategy retryStrategy,
CollectionIdentifier collectionIdentifier,
NodeIdentifier target,
Map<byte[],Short> keys,
Predicate<ObserveViaCasResponse.ObserveStatus> responsePredicate) |
MultiObserveViaCasResponse(ResponseStatus status,
Map<byte[],ObserveViaCasResponse.ObserveStatus> observed) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.