Uses of Class
com.couchbase.client.core.msg.kv.SubDocumentOpResponseStatus
-
Packages that use SubDocumentOpResponseStatus Package Description com.couchbase.client.core.error.subdoc com.couchbase.client.core.io.netty.kv com.couchbase.client.core.msg.kv -
-
Uses of SubDocumentOpResponseStatus in com.couchbase.client.core.error.subdoc
Methods in com.couchbase.client.core.error.subdoc that return SubDocumentOpResponseStatus Modifier and Type Method Description SubDocumentOpResponseStatus
MultiMutationException. firstFailureStatus()
Constructors in com.couchbase.client.core.error.subdoc with parameters of type SubDocumentOpResponseStatus Constructor Description MultiMutationException(int index, SubDocumentOpResponseStatus errorStatus, CouchbaseException errorException)
-
Uses of SubDocumentOpResponseStatus in com.couchbase.client.core.io.netty.kv
Methods in com.couchbase.client.core.io.netty.kv that return SubDocumentOpResponseStatus Modifier and Type Method Description static SubDocumentOpResponseStatus
MemcacheProtocol. decodeSubDocumentStatus(short status)
Converts a KeyValue protocol status into its generic format.Methods in com.couchbase.client.core.io.netty.kv with parameters of type SubDocumentOpResponseStatus Modifier and Type Method Description static SubDocumentException
MemcacheProtocol. mapSubDocumentError(SubDocumentOpResponseStatus status, String path, String id)
For any response that can be returned by a SubDocument command - path, document, or execution-based - map it to an appropriate SubDocumentException. -
Uses of SubDocumentOpResponseStatus in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv that return SubDocumentOpResponseStatus Modifier and Type Method Description SubDocumentOpResponseStatus
SubdocField. status()
static SubDocumentOpResponseStatus
SubDocumentOpResponseStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static SubDocumentOpResponseStatus[]
SubDocumentOpResponseStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.couchbase.client.core.msg.kv with parameters of type SubDocumentOpResponseStatus Constructor Description SubdocField(SubDocumentOpResponseStatus status, Optional<SubDocumentException> error, byte[] value, String path, SubdocCommandType type)
-