Uses of Class
com.couchbase.client.core.msg.kv.SubDocumentOpResponseStatus
| Package | Description |
|---|---|
| com.couchbase.client.core.error.context | |
| com.couchbase.client.core.io.netty.kv | |
| com.couchbase.client.core.msg.kv |
-
Uses of SubDocumentOpResponseStatus in com.couchbase.client.core.error.context
Constructors in com.couchbase.client.core.error.context with parameters of type SubDocumentOpResponseStatus Constructor Description SubDocumentErrorContext(KeyValueErrorContext kvContext, int index, String path, SubDocumentOpResponseStatus status) -
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 SubDocumentOpResponseStatusMemcacheProtocol. 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 CouchbaseExceptionMemcacheProtocol. mapSubDocumentError(KeyValueRequest<?> request, SubDocumentOpResponseStatus status, String path, int index)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 SubDocumentOpResponseStatusSubDocumentField. status()static SubDocumentOpResponseStatusSubDocumentOpResponseStatus. 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 SubDocumentField(SubDocumentOpResponseStatus status, Optional<CouchbaseException> error, byte[] value, String path, SubdocCommandType type)