Uses of Interface
net.spy.memcached.ops.GetOperation.Callback
Packages that use GetOperation.Callback
Package
Description
Memcached client and transformation utils
Fundamental protocol operation interfaces
Base classes for protocol abstractions.
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of GetOperation.Callback in net.spy.memcached
Methods in net.spy.memcached with parameters of type GetOperation.CallbackModifier and TypeMethodDescriptionOperationFactory.get
(String key, GetOperation.Callback callback) Create a get operation.OperationFactory.get
(Collection<String> keys, GetOperation.Callback cb) Create a get operation. -
Uses of GetOperation.Callback in net.spy.memcached.ops
Classes in net.spy.memcached.ops that implement GetOperation.CallbackModifier and TypeClassDescriptionclass
MultiOperationCallback for get operations. -
Uses of GetOperation.Callback in net.spy.memcached.protocol
Classes in net.spy.memcached.protocol that implement GetOperation.CallbackModifier and TypeClassDescriptionclass
Wrapper callback for use in optimized gets.class
Proxy callback used for dispatching callbacks over optimized gets.Fields in net.spy.memcached.protocol declared as GetOperation.CallbackFields in net.spy.memcached.protocol with type parameters of type GetOperation.CallbackModifier and TypeFieldDescriptionprivate final Collection
<GetOperation.Callback> ProxyCallback.allCallbacks
private final Map
<String, Collection<GetOperation.Callback>> ProxyCallback.callbacks
Constructors in net.spy.memcached.protocol with parameters of type GetOperation.Callback -
Uses of GetOperation.Callback in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii with parameters of type GetOperation.CallbackModifier and TypeMethodDescriptionAsciiOperationFactory.get
(String key, GetOperation.Callback cb) AsciiOperationFactory.get
(Collection<String> keys, GetOperation.Callback cb) Constructors in net.spy.memcached.protocol.ascii with parameters of type GetOperation.CallbackModifierConstructorDescription -
Uses of GetOperation.Callback in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type GetOperation.CallbackModifier and TypeMethodDescriptionBinaryOperationFactory.get
(String key, GetOperation.Callback callback) BinaryOperationFactory.get
(Collection<String> value, GetOperation.Callback cb) Constructors in net.spy.memcached.protocol.binary with parameters of type GetOperation.Callback