public static class SubdocGetRequest.Command extends Object
| Constructor and Description |
|---|
Command(SubdocCommandType type,
String path,
boolean xattr,
boolean binary,
int originalIndex) |
Command(SubdocCommandType type,
String path,
boolean xattr,
int originalIndex) |
| Modifier and Type | Method and Description |
|---|---|
com.couchbase.client.core.deps.io.netty.buffer.ByteBuf |
encode(com.couchbase.client.core.deps.io.netty.buffer.ByteBufAllocator alloc,
boolean binarySupported) |
int |
originalIndex() |
boolean |
xattr() |
public Command(SubdocCommandType type, String path, boolean xattr, int originalIndex)
public Command(SubdocCommandType type, String path, boolean xattr, boolean binary, int originalIndex)
Copyright © 2024 Couchbase, Inc.. All rights reserved.