Uses of Interface
net.spy.memcached.ops.GetsOperation
-
Packages that use GetsOperation Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocolnet.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 Modifier and Type Method Description GetsOperation
OperationFactory. gets(java.lang.String key, GetsOperation.Callback callback)
Create a gets operation. -
Uses of GetsOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement GetsOperation Modifier and Type Class Description (package private) class
GetsOperationImpl
Implementation of the gets operation.Methods in net.spy.memcached.protocol.ascii that return GetsOperation Modifier and Type Method Description 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 Modifier and Type Class Description class
GetsOperationImpl
Implementation of the gets operation.Methods in net.spy.memcached.protocol.binary that return GetsOperation Modifier and Type Method Description GetsOperation
BinaryOperationFactory. gets(java.lang.String key, GetsOperation.Callback cb)
-