Uses of Interface
net.spy.memcached.ops.StatsOperation.Callback
-
Packages that use StatsOperation.Callback Package Description net.spy.memcached Memcached client and transformation utilsnet.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 StatsOperation.Callback in net.spy.memcached
Methods in net.spy.memcached with parameters of type StatsOperation.Callback Modifier and Type Method Description StatsOperation
OperationFactory. keyStats(java.lang.String key, StatsOperation.Callback cb)
Get a new KeyStatsOperation.StatsOperation
OperationFactory. stats(java.lang.String arg, StatsOperation.Callback cb)
Get a new StatsOperation. -
Uses of StatsOperation.Callback in net.spy.memcached.protocol.ascii
Fields in net.spy.memcached.protocol.ascii declared as StatsOperation.Callback Modifier and Type Field Description private StatsOperation.Callback
StatsOperationImpl. cb
Methods in net.spy.memcached.protocol.ascii with parameters of type StatsOperation.Callback Modifier and Type Method Description StatsOperation
AsciiOperationFactory. keyStats(java.lang.String key, StatsOperation.Callback cb)
StatsOperation
AsciiOperationFactory. stats(java.lang.String arg, StatsOperation.Callback cb)
Constructors in net.spy.memcached.protocol.ascii with parameters of type StatsOperation.Callback Constructor Description StatsOperationImpl(java.lang.String arg, StatsOperation.Callback c)
-
Uses of StatsOperation.Callback in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type StatsOperation.Callback Modifier and Type Method Description StatsOperation
BinaryOperationFactory. keyStats(java.lang.String key, StatsOperation.Callback cb)
StatsOperation
BinaryOperationFactory. stats(java.lang.String arg, StatsOperation.Callback cb)
Constructors in net.spy.memcached.protocol.binary with parameters of type StatsOperation.Callback Constructor Description KeyStatsOperationImpl(java.lang.String key, StatsOperation.Callback c)
StatsOperationImpl(java.lang.String arg, StatsOperation.Callback c)
-