public class SubdocCommandExecutor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SubdocCommandExecutor.ResultInfo |
| Constructor and Description |
|---|
SubdocCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(BinaryCommand cmd,
MemcachedServer server,
MemcachedConnection client)
Execute a single command
|
static SubdocCommandExecutor.ResultInfo |
executeSubdocLookup(Operation op,
String doc,
String path) |
public static SubdocCommandExecutor.ResultInfo executeSubdocLookup(Operation op, String doc, String path)
public void execute(BinaryCommand cmd, MemcachedServer server, MemcachedConnection client)
cmd - The incoming commandserver - The server handling the commandclient - The client requesting the commandCopyright © 2017. All rights reserved.