Uses of Interface
net.spy.memcached.ops.GetlOperation
Packages that use GetlOperation
Package
Description
Memcached client and transformation utils
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of GetlOperation in net.spy.memcached
Methods in net.spy.memcached that return GetlOperationModifier and TypeMethodDescriptionOperationFactory.getl
(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 GetlOperationModifier and TypeClassDescription(package private) class
Implementation of the getl operation.Methods in net.spy.memcached.protocol.ascii that return GetlOperationModifier and TypeMethodDescriptionAsciiOperationFactory.getl
(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 GetlOperationModifier and TypeClassDescriptionclass
Implementation of the get and lock operation.Methods in net.spy.memcached.protocol.binary that return GetlOperationModifier and TypeMethodDescriptionBinaryOperationFactory.getl
(String key, int exp, GetlOperation.Callback cb)