|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteOperation.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 DeleteOperation.Callback in net.spy.memcached |
---|
Methods in net.spy.memcached with parameters of type DeleteOperation.Callback | |
---|---|
DeleteOperation |
OperationFactory.delete(java.lang.String key,
DeleteOperation.Callback callback)
Create a deletion operation. |
Uses of DeleteOperation.Callback in net.spy.memcached.protocol.ascii |
---|
Methods in net.spy.memcached.protocol.ascii with parameters of type DeleteOperation.Callback | |
---|---|
DeleteOperation |
AsciiOperationFactory.delete(java.lang.String key,
DeleteOperation.Callback cb)
|
Uses of DeleteOperation.Callback in net.spy.memcached.protocol.binary |
---|
Methods in net.spy.memcached.protocol.binary with parameters of type DeleteOperation.Callback | |
---|---|
DeleteOperation |
BinaryOperationFactory.delete(java.lang.String key,
DeleteOperation.Callback operationCallback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |