Uses of Interface
net.spy.memcached.ops.GetsOperation.Callback
Packages that use GetsOperation.Callback
Package
Description
Memcached client and transformation utils
Fundamental protocol operation interfaces
Low-level operations for the memcached ascii protocol
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.CallbackModifier and TypeMethodDescriptionOperationFactory.gets
(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.CallbackModifier and TypeClassDescriptionclass
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.CallbackModifier and TypeMethodDescriptionAsciiOperationFactory.gets
(String key, GetsOperation.Callback cb) Constructors in net.spy.memcached.protocol.ascii with parameters of type GetsOperation.Callback -
Uses of GetsOperation.Callback in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type GetsOperation.CallbackModifier and TypeMethodDescriptionBinaryOperationFactory.gets
(String key, GetsOperation.Callback cb) Constructors in net.spy.memcached.protocol.binary with parameters of type GetsOperation.Callback