Uses of Interface
net.spy.memcached.ops.GetlOperation
-
Packages that use GetlOperation 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 in net.spy.memcached
Methods in net.spy.memcached that return GetlOperation Modifier and Type Method Description GetlOperation
OperationFactory. getl(java.lang.String key, int exp, GetlOperation.Callback callback)
Create a getl operation. -
Uses of GetlOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement GetlOperation Modifier and Type Class Description (package private) class
GetlOperationImpl
Implementation of the getl operation.Methods in net.spy.memcached.protocol.ascii that return GetlOperation Modifier and Type Method Description GetlOperation
AsciiOperationFactory. getl(java.lang.String key, int exp, GetlOperation.Callback cb)
-
Uses of GetlOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement GetlOperation Modifier and Type Class Description class
GetlOperationImpl
Implementation of the get and lock operation.Methods in net.spy.memcached.protocol.binary that return GetlOperation Modifier and Type Method Description GetlOperation
BinaryOperationFactory. getl(java.lang.String key, int exp, GetlOperation.Callback cb)
-