|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObserveOperation.Callback | |
---|---|
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 |
Uses of ObserveOperation.Callback in net.spy.memcached |
---|
Methods in net.spy.memcached with parameters of type ObserveOperation.Callback | |
---|---|
ObserveOperation |
OperationFactory.observe(java.lang.String key,
long casId,
int index,
ObserveOperation.Callback operationCallback)
Create an Observe operation. |
Uses of ObserveOperation.Callback in net.spy.memcached.protocol.ascii |
---|
Methods in net.spy.memcached.protocol.ascii with parameters of type ObserveOperation.Callback | |
---|---|
ObserveOperation |
AsciiOperationFactory.observe(java.lang.String key,
long casId,
int index,
ObserveOperation.Callback cb)
|
Uses of ObserveOperation.Callback in net.spy.memcached.protocol.binary |
---|
Methods in net.spy.memcached.protocol.binary with parameters of type ObserveOperation.Callback | |
---|---|
ObserveOperation |
BinaryOperationFactory.observe(java.lang.String key,
long casId,
int index,
ObserveOperation.Callback cb)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |