Uses of Enum
com.couchbase.client.core.msg.kv.SubdocCommandType
-
Uses of SubdocCommandType in com.couchbase.client.core.api.kv
ModifierConstructorDescriptionCoreSubdocGetCommand
(SubdocCommandType type, String path, boolean xattr) CoreSubdocGetCommand
(SubdocCommandType type, String path, boolean xattr, boolean binary) CoreSubdocMutateCommand
(SubdocCommandType type, String path, byte[] fragment, boolean createParent, boolean xattr, boolean expandMacro) -
Uses of SubdocCommandType in com.couchbase.client.core.msg.kv
Modifier and TypeMethodDescriptionSubDocumentField.type()
static SubdocCommandType
Returns the enum constant of this type with the specified name.static SubdocCommandType[]
SubdocCommandType.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionCommand
(SubdocCommandType type, String path, boolean xattr, boolean binary, int originalIndex) Command
(SubdocCommandType type, String path, boolean xattr, int originalIndex) Command
(SubdocCommandType type, String path, byte[] fragment, boolean createParent, boolean xattr, boolean expandMacro, boolean binary, int originalIndex) Command
(SubdocCommandType type, String path, byte[] fragment, boolean createParent, boolean xattr, boolean expandMacro, int originalIndex) SubDocumentField
(SubDocumentOpResponseStatus status, Optional<CouchbaseException> error, byte[] value, String path, SubdocCommandType type)