Uses of Interface
net.spy.memcached.ops.GetlOperation.Callback
-
Packages that use GetlOperation.Callback 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 GetlOperation.Callback in net.spy.memcached
Methods in net.spy.memcached with parameters of type GetlOperation.Callback Modifier and Type Method Description GetlOperation
OperationFactory. getl(java.lang.String key, int exp, GetlOperation.Callback callback)
Create a getl operation. -
Uses of GetlOperation.Callback in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii with parameters of type GetlOperation.Callback Modifier and Type Method Description GetlOperation
AsciiOperationFactory. getl(java.lang.String key, int exp, GetlOperation.Callback cb)
Constructors in net.spy.memcached.protocol.ascii with parameters of type GetlOperation.Callback Constructor Description GetlOperationImpl(java.lang.String key, int exp, GetlOperation.Callback c)
-
Uses of GetlOperation.Callback in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type GetlOperation.Callback Modifier and Type Method Description GetlOperation
BinaryOperationFactory. getl(java.lang.String key, int exp, GetlOperation.Callback cb)
Constructors in net.spy.memcached.protocol.binary with parameters of type GetlOperation.Callback Constructor Description GetlOperationImpl(java.lang.String k, int e, GetlOperation.Callback cb)
-