Uses of Enum
com.couchbase.client.core.msg.kv.SubdocCommandType
Packages that use SubdocCommandType
-
Uses of SubdocCommandType in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv that return SubdocCommandTypeConstructors in com.couchbase.client.core.api.kv with parameters of type SubdocCommandTypeModifierConstructorDescriptionCoreSubdocGetCommand(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
Methods in com.couchbase.client.core.msg.kv that return SubdocCommandTypeModifier and TypeMethodDescriptionSubDocumentField.type()static SubdocCommandTypeReturns 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.Constructors in com.couchbase.client.core.msg.kv with parameters of type SubdocCommandTypeModifierConstructorDescriptionCommand(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)