Package com.couchbase.client.core.msg.kv
Class SubdocGetRequest.Command
java.lang.Object
com.couchbase.client.core.msg.kv.SubdocGetRequest.Command
- Enclosing class:
- SubdocGetRequest
public static class SubdocGetRequest.Command extends Object
-
Constructor Summary
Constructors Constructor Description Command(SubdocCommandType type, String path, boolean xattr, 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
-
-
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()
-