public class NoopCommandExecutor extends Object
| Constructor and Description |
|---|
NoopCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(BinaryCommand cmd,
MemcachedServer server,
MemcachedConnection client)
Execute a single command
|
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.