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 GetOperation
OperationFactory. get(java.lang.String key, GetOperation.Callback callback)
Create a get operation.GetOperation
OperationFactory. 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 class
MultiGetOperationCallback
MultiOperationCallback 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 class
GetCallbackWrapper
Wrapper callback for use in optimized gets.class
ProxyCallback
Proxy 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.Callback
GetCallbackWrapper. cb
Fields in net.spy.memcached.protocol with type parameters of type GetOperation.Callback Modifier and Type Field Description private java.util.Collection<GetOperation.Callback>
ProxyCallback. allCallbacks
private java.util.Map<java.lang.String,java.util.Collection<GetOperation.Callback>>
ProxyCallback. callbacks
Constructors 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 GetOperation
AsciiOperationFactory. get(java.lang.String key, GetOperation.Callback cb)
GetOperation
AsciiOperationFactory. 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 GetOperation
BinaryOperationFactory. get(java.lang.String key, GetOperation.Callback callback)
GetOperation
BinaryOperationFactory. 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)
-