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 |
---|---|
ObserveOperation |
OperationFactory.observe(String key,
long casId,
int index,
ObserveOperation.Callback operationCallback)
Create an Observe operation.
|
Modifier and Type | Method and Description |
---|---|
ObserveOperation |
AsciiOperationFactory.observe(String key,
long casId,
int index,
ObserveOperation.Callback cb) |
Modifier and Type | Method and Description |
---|---|
ObserveOperation |
BinaryOperationFactory.observe(String key,
long casId,
int index,
ObserveOperation.Callback cb) |
Copyright © 2019. All rights reserved.