Uses of Interface
net.spy.memcached.ops.StatsOperation.Callback
Packages that use StatsOperation.Callback
Package
Description
Memcached client and transformation utils
Low-level operations for the memcached ascii protocol
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.CallbackModifier and TypeMethodDescriptionOperationFactory.keyStats
(String key, StatsOperation.Callback cb) Get a new KeyStatsOperation.OperationFactory.stats
(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.CallbackMethods in net.spy.memcached.protocol.ascii with parameters of type StatsOperation.CallbackModifier and TypeMethodDescriptionAsciiOperationFactory.keyStats
(String key, StatsOperation.Callback cb) AsciiOperationFactory.stats
(String arg, StatsOperation.Callback cb) Constructors in net.spy.memcached.protocol.ascii with parameters of type StatsOperation.Callback -
Uses of StatsOperation.Callback in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type StatsOperation.CallbackModifier and TypeMethodDescriptionBinaryOperationFactory.keyStats
(String key, StatsOperation.Callback cb) BinaryOperationFactory.stats
(String arg, StatsOperation.Callback cb) Constructors in net.spy.memcached.protocol.binary with parameters of type StatsOperation.CallbackModifierConstructorDescription