Uses of Interface
net.spy.memcached.ops.GetlOperation.Callback
Packages that use GetlOperation.Callback
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.Callback in net.spy.memcached
Methods in net.spy.memcached with parameters of type GetlOperation.CallbackModifier and TypeMethodDescriptionOperationFactory.getl
(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.CallbackModifier and TypeMethodDescriptionAsciiOperationFactory.getl
(String key, int exp, GetlOperation.Callback cb) Constructors in net.spy.memcached.protocol.ascii with parameters of type GetlOperation.Callback -
Uses of GetlOperation.Callback in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type GetlOperation.CallbackModifier and TypeMethodDescriptionBinaryOperationFactory.getl
(String key, int exp, GetlOperation.Callback cb) Constructors in net.spy.memcached.protocol.binary with parameters of type GetlOperation.Callback