| Package | Description |
|---|---|
| com.couchbase.mock.memcached | |
| com.couchbase.mock.memcached.protocol |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryProtocolHandler.execute(BinaryCommand cmd,
MemcachedConnection client) |
void |
MemcachedServer.execute(BinaryCommand cmd,
MemcachedConnection client) |
void |
SubdocMultiCommandExecutor.execute(BinaryCommand cmd,
MemcachedServer server,
MemcachedConnection client) |
void |
ConfigCommandExecutor.execute(BinaryCommand cmd,
MemcachedServer server,
MemcachedConnection client) |
void |
SubdocCommandExecutor.execute(BinaryCommand cmd,
MemcachedServer server,
MemcachedConnection client) |
void |
GetErrmapCommandExecutor.execute(BinaryCommand cmdBase,
MemcachedServer server,
MemcachedConnection client) |
void |
UnlockCommandExecutor.execute(BinaryCommand cmd,
MemcachedServer server,
MemcachedConnection client) |
void |
GetCommandExecutor.execute(BinaryCommand command,
MemcachedServer server,
MemcachedConnection client) |
void |
GetRandomCommandExecutor.execute(BinaryCommand cmd,
MemcachedServer server,
MemcachedConnection client) |
void |
SelectBucketCommandExecutor.execute(BinaryCommand cmdBase,
MemcachedServer server,
MemcachedConnection client) |
void |
SaslCommandExecutor.execute(BinaryCommand cmd,
MemcachedServer server,
MemcachedConnection client) |
void |
StoreCommandExecutor.execute(BinaryCommand cmd,
MemcachedServer server,
MemcachedConnection client) |
void |
ObserveSeqnoCommandExecutor.execute(BinaryCommand cmd,
MemcachedServer server,
MemcachedConnection client) |
void |
DeleteCommandExecutor.execute(BinaryCommand cmd,
MemcachedServer server,
MemcachedConnection client) |
void |
UnknownCommandExecutor.execute(BinaryCommand cmd,
MemcachedServer server,
MemcachedConnection client) |
void |
ArithmeticCommandExecutor.execute(BinaryCommand command,
MemcachedServer server,
MemcachedConnection client) |
void |
NoopCommandExecutor.execute(BinaryCommand cmd,
MemcachedServer server,
MemcachedConnection client) |
void |
EvictCommandExecutor.execute(BinaryCommand command,
MemcachedServer server,
MemcachedConnection client) |
void |
HelloCommandExecutor.execute(BinaryCommand cmd,
MemcachedServer server,
MemcachedConnection client) |
void |
FlushCommandExecutor.execute(BinaryCommand cmd,
MemcachedServer server,
MemcachedConnection client) |
void |
StatCommandExecutor.execute(BinaryCommand cmd,
MemcachedServer server,
MemcachedConnection client) |
void |
ObserveCommandExecutor.execute(BinaryCommand cmd,
MemcachedServer server,
MemcachedConnection client) |
VBucketStore |
MemcachedServer.getCache(BinaryCommand cmd) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryArithmeticCommand |
class |
BinaryGetCommand |
class |
BinaryGetErrmapCommand
Created by mnunberg on 12/9/16.
|
class |
BinaryHelloCommand
Created by mnunberg on 2/4/15.
|
class |
BinaryObserveCommand
This implements the OBSERVE request.
|
class |
BinaryObserveSeqnoCommand
Created by mnunberg on 2/4/15.
|
class |
BinarySelectBucketCommand
Created by mnunberg on 3/3/17.
|
class |
BinaryStoreCommand |
class |
BinarySubdocCommand |
class |
BinarySubdocMultiCommand |
class |
BinarySubdocMultiLookupCommand |
class |
BinarySubdocMultiMutationCommand
Created by mnunberg on 10/9/15.
|
| Modifier and Type | Method and Description |
|---|---|
static BinaryCommand |
CommandFactory.create(ByteBuffer header) |
| Modifier and Type | Method and Description |
|---|---|
static BinaryResponse |
BinaryConfigResponse.create(BinaryCommand command,
MemcachedServer server,
ErrorCode errOk,
ErrorCode errNotSupp)
Create a new response which contains a cluster configuration, if supported
|
static BinaryResponse |
BinaryConfigResponse.createGetConfig(BinaryCommand command,
MemcachedServer server)
Creates a response for
CMD_GET_CONFIG |
static BinaryResponse |
BinaryConfigResponse.createNotMyVbucket(BinaryCommand command,
MemcachedServer server)
Creates a response for
NOT_MY_VBUCKET conditions |
static BinaryResponse |
BinaryResponse.createWithValue(BinaryCommand command,
byte[] value,
long cas) |
static BinaryResponse |
BinaryResponse.createWithValue(ErrorCode ec,
BinaryCommand command,
byte[] value,
long cas) |
Copyright © 2017. All rights reserved.