Uses of Interface
net.spy.memcached.ops.GetsOperation.Callback
-
Packages that use GetsOperation.Callback Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.ops Fundamental protocol operation interfacesnet.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.Callback in net.spy.memcached
Methods in net.spy.memcached with parameters of type GetsOperation.Callback Modifier and Type Method Description GetsOperation
OperationFactory. gets(java.lang.String key, GetsOperation.Callback callback)
Create a gets operation. -
Uses of GetsOperation.Callback in net.spy.memcached.ops
Classes in net.spy.memcached.ops that implement GetsOperation.Callback Modifier and Type Class Description class
MultiGetsOperationCallback
MultiOperationCallback for get operations. -
Uses of GetsOperation.Callback in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii with parameters of type GetsOperation.Callback Modifier and Type Method Description GetsOperation
AsciiOperationFactory. gets(java.lang.String key, GetsOperation.Callback cb)
Constructors in net.spy.memcached.protocol.ascii with parameters of type GetsOperation.Callback Constructor Description GetsOperationImpl(java.lang.String key, GetsOperation.Callback cb)
-
Uses of GetsOperation.Callback in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type GetsOperation.Callback Modifier and Type Method Description GetsOperation
BinaryOperationFactory. gets(java.lang.String key, GetsOperation.Callback cb)
Constructors in net.spy.memcached.protocol.binary with parameters of type GetsOperation.Callback Constructor Description GetsOperationImpl(java.lang.String k, GetsOperation.Callback cb)
-