| Package | Description |
|---|---|
| net.spy.memcached |
Memcached client and transformation utils
|
| net.spy.memcached.protocol.ascii |
Low-level operations for the memcached ascii protocol
|
| net.spy.memcached.protocol.binary |
Low-level operations for the memcached binary protocol
|
| Modifier and Type | Method and Description |
|---|---|
SetConfigOperation |
OperationFactory.setConfig(ConfigurationType type,
int flags,
byte[] data,
OperationCallback cb)
Create a setConfig operation.
|
| Modifier and Type | Method and Description |
|---|---|
SetConfigOperation |
AsciiOperationFactory.setConfig(ConfigurationType type,
int flags,
byte[] data,
OperationCallback cb) |
| Modifier and Type | Method and Description |
|---|---|
SetConfigOperation |
BinaryOperationFactory.setConfig(ConfigurationType type,
int flags,
byte[] data,
OperationCallback cb) |