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