| Package | Description |
|---|---|
| com.couchbase.mock.client | |
| com.couchbase.mock.memcached.client | |
| com.couchbase.mock.memcached.protocol |
| Constructor and Description |
|---|
CheckRetryVerifyRequest(int index,
String bucket,
CommandCode opcode,
ErrorCode errcode) |
| Modifier and Type | Method and Description |
|---|---|
CommandCode |
ClientResponse.getComCode() |
| Constructor and Description |
|---|
CommandBuilder(CommandCode command) |
MultiLookupSpec(CommandCode op,
String path) |
MultiLookupSpec(CommandCode op,
String path,
int flags) |
MultiMutationSpec(CommandCode op,
String path) |
MultiMutationSpec(CommandCode op,
String path,
String value) |
MultiMutationSpec(CommandCode op,
String path,
String value,
boolean create) |
MultiMutationSpec(CommandCode op,
String path,
String value,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
CommandCode |
BinaryCommand.getComCode() |
static CommandCode |
CommandCode.valueOf(int cc) |
static CommandCode |
CommandCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandCode[] |
CommandCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Operation |
BinarySubdocCommand.toSubdocOpcode(CommandCode op) |
Copyright © 2017. All rights reserved.