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 StatsOperationOperationFactory. keyStats(java.lang.String key, StatsOperation.Callback cb)Get a new KeyStatsOperation.StatsOperationOperationFactory. 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.CallbackStatsOperationImpl. cbMethods in net.spy.memcached.protocol.ascii with parameters of type StatsOperation.Callback Modifier and Type Method Description StatsOperationAsciiOperationFactory. keyStats(java.lang.String key, StatsOperation.Callback cb)StatsOperationAsciiOperationFactory. 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 StatsOperationBinaryOperationFactory. keyStats(java.lang.String key, StatsOperation.Callback cb)StatsOperationBinaryOperationFactory. 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)
-