|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetsOperation | |
---|---|
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 GetsOperation in net.spy.memcached |
---|
Methods in net.spy.memcached that return GetsOperation | |
---|---|
GetsOperation |
OperationFactory.gets(java.lang.String key,
GetsOperation.Callback callback)
Create a gets operation. |
Uses of GetsOperation in net.spy.memcached.protocol.ascii |
---|
Methods in net.spy.memcached.protocol.ascii that return GetsOperation | |
---|---|
GetsOperation |
AsciiOperationFactory.gets(java.lang.String key,
GetsOperation.Callback cb)
|
Uses of GetsOperation in net.spy.memcached.protocol.binary |
---|
Classes in net.spy.memcached.protocol.binary that implement GetsOperation | |
---|---|
class |
GetsOperationImpl
Implementation of the gets operation. |
Methods in net.spy.memcached.protocol.binary that return GetsOperation | |
---|---|
GetsOperation |
BinaryOperationFactory.gets(java.lang.String key,
GetsOperation.Callback cb)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |