| Package | Description |
|---|---|
| com.couchbase.mock.memcached | |
| com.couchbase.mock.memcached.protocol | |
| com.couchbase.mock.subdoc |
| Modifier and Type | Method and Description |
|---|---|
static SubdocCommandExecutor.ResultInfo |
SubdocCommandExecutor.executeSubdocLookup(Operation op,
String doc,
String path) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
BinarySubdocMultiCommand.MultiSpec.getOp() |
Operation |
BinarySubdocCommand.getSubdocOp() |
static Operation |
BinarySubdocCommand.toSubdocOpcode(CommandCode op) |
| Constructor and Description |
|---|
MultiSpec(Operation op,
String path,
byte flags) |
MultiSpec(Operation op,
String path,
String value,
byte flags) |
| Modifier and Type | Method and Description |
|---|---|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Result |
Executor.execute(String input,
Path path,
Operation code) |
static Result |
Executor.execute(String input,
Path path,
Operation code,
String valueFragment,
boolean isMkdirP) |
static Result |
Executor.execute(String input,
String path,
Operation code) |
static Result |
Executor.execute(String input,
String path,
Operation code,
String valueFragment) |
static Result |
Executor.execute(String input,
String path,
Operation code,
String valueFragment,
boolean isMkdirP) |
static String |
Executor.getRootType(String path,
Operation op) |
Copyright © 2017. All rights reserved.