Package com.couchbase.client.core.msg.kv
Class SubdocMutateRequest.Command
java.lang.Object
com.couchbase.client.core.msg.kv.SubdocMutateRequest.Command
- Enclosing class:
- SubdocMutateRequest
-
Constructor Summary
ConstructorDescriptionCommand
(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) -
Method Summary
-
Constructor Details
-
Command
public Command(SubdocCommandType type, String path, @Nullable byte[] fragment, boolean createParent, boolean xattr, boolean expandMacro, int originalIndex) -
Command
public Command(SubdocCommandType type, String path, @Nullable byte[] fragment, boolean createParent, boolean xattr, boolean expandMacro, boolean binary, int originalIndex)
-
-
Method Details
-
encode
public com.couchbase.client.core.deps.io.netty.buffer.ByteBuf encode(com.couchbase.client.core.deps.io.netty.buffer.ByteBufAllocator alloc) -
originalIndex
public int originalIndex() -
xattr
public boolean xattr()
-