Package com.couchbase.client.core.msg.kv
Class SubdocGetRequest.Command
java.lang.Object
com.couchbase.client.core.msg.kv.SubdocGetRequest.Command
- Enclosing class:
- SubdocGetRequest
-
Constructor Summary
ConstructorDescriptionCommand
(SubdocCommandType type, String path, boolean xattr, boolean binary, int originalIndex) Command
(SubdocCommandType type, String path, boolean xattr, int originalIndex) -
Method Summary
-
Constructor Details
-
Command
-
Command
public Command(SubdocCommandType type, String path, boolean xattr, 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, boolean binarySupported) -
originalIndex
public int originalIndex() -
xattr
public boolean xattr()
-