All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
byte[] |
build() |
static byte[] |
buildHello(String name,
BinaryHelloCommand.Feature... features) |
static byte[] |
buildPlainAuth(String username,
String password) |
static byte[] |
buildStore(String key,
short vbucket,
String value) |
static byte[] |
buildSubdocGet(String key,
short vbucket,
String path) |
CommandBuilder |
cas(long cas) |
CommandBuilder |
extras(byte[] extras) |
CommandBuilder |
key(String key,
short vbucket) |
CommandBuilder |
subdoc(byte[] sdPath) |
CommandBuilder |
subdoc(byte[] sdPath,
byte[] sdValue) |
CommandBuilder |
subdoc(byte[] sdPath,
byte[] sdValue,
int sdFlags) |
CommandBuilder |
subdoc(byte[] sdPath,
byte[] sdValue,
int sdFlags,
int docflags,
int expiry) |
CommandBuilder |
subdoc(String sdPath,
String sdValue) |
CommandBuilder |
subdoc(String sdPath,
String sdValue,
int sdFlags) |
CommandBuilder |
subdocMultiLookup(CommandBuilder.MultiLookupSpec... specs) |
CommandBuilder |
subdocMultiLookup(int expiry,
CommandBuilder.MultiLookupSpec... specs) |
CommandBuilder |
subdocMultiMutation(CommandBuilder.MultiMutationSpec... specs) |
CommandBuilder |
subdocMultiMutation(int expiry,
int docflags,
CommandBuilder.MultiMutationSpec... specs) |
CommandBuilder |
value(byte[] value) |
CommandBuilder |
value(byte[] value,
int flags) |
CommandBuilder |
value(String value) |
CommandBuilder |
vBucket(short vbucket) |