Uses of Interface
net.spy.memcached.ops.GetOperation.Callback
-
Packages that use GetOperation.Callback Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.ops Fundamental protocol operation interfacesnet.spy.memcached.protocol Base classes for protocol abstractions.net.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 GetOperation.Callback in net.spy.memcached
Methods in net.spy.memcached with parameters of type GetOperation.Callback Modifier and Type Method Description GetOperationOperationFactory. get(java.lang.String key, GetOperation.Callback callback)Create a get operation.GetOperationOperationFactory. get(java.util.Collection<java.lang.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.Callback Modifier and Type Class Description classMultiGetOperationCallbackMultiOperationCallback for get operations. -
Uses of GetOperation.Callback in net.spy.memcached.protocol
Classes in net.spy.memcached.protocol that implement GetOperation.Callback Modifier and Type Class Description classGetCallbackWrapperWrapper callback for use in optimized gets.classProxyCallbackProxy callback used for dispatching callbacks over optimized gets.Fields in net.spy.memcached.protocol declared as GetOperation.Callback Modifier and Type Field Description private GetOperation.CallbackGetCallbackWrapper. cbFields in net.spy.memcached.protocol with type parameters of type GetOperation.Callback Modifier and Type Field Description private java.util.Collection<GetOperation.Callback>ProxyCallback. allCallbacksprivate java.util.Map<java.lang.String,java.util.Collection<GetOperation.Callback>>ProxyCallback. callbacksConstructors in net.spy.memcached.protocol with parameters of type GetOperation.Callback Constructor Description GetCallbackWrapper(int k, GetOperation.Callback c) -
Uses of GetOperation.Callback in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii with parameters of type GetOperation.Callback Modifier and Type Method Description GetOperationAsciiOperationFactory. get(java.lang.String key, GetOperation.Callback cb)GetOperationAsciiOperationFactory. get(java.util.Collection<java.lang.String> keys, GetOperation.Callback cb)Constructors in net.spy.memcached.protocol.ascii with parameters of type GetOperation.Callback Constructor Description GetOperationImpl(java.lang.String key, GetOperation.Callback c)GetOperationImpl(java.util.Collection<java.lang.String> k, GetOperation.Callback c) -
Uses of GetOperation.Callback in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type GetOperation.Callback Modifier and Type Method Description GetOperationBinaryOperationFactory. get(java.lang.String key, GetOperation.Callback callback)GetOperationBinaryOperationFactory. get(java.util.Collection<java.lang.String> value, GetOperation.Callback cb)Constructors in net.spy.memcached.protocol.binary with parameters of type GetOperation.Callback Constructor Description GetOperationImpl(java.lang.String k, GetOperation.Callback cb)
-