Uses of Class
com.couchbase.client.core.endpoint.kv.KeyValueStatus
-
Packages that use KeyValueStatus Package Description com.couchbase.client.core.endpoint.kv -
-
Uses of KeyValueStatus in com.couchbase.client.core.endpoint.kv
Methods in com.couchbase.client.core.endpoint.kv that return KeyValueStatus Modifier and Type Method Description static KeyValueStatus
KeyValueStatus. valueOf(short code)
Determine the rightKeyValueStatus
for the given status code.static KeyValueStatus
KeyValueStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyValueStatus[]
KeyValueStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-