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.
|
Constructor and Description |
---|
ObserveViaCasResponse(ResponseStatus status,
long cas,
ObserveViaCasResponse.ObserveStatus observeStatus,
boolean active,
ResponseStatusDetails statusDetails) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.