Uses of Interface
net.spy.memcached.ops.StatsOperation
Packages that use StatsOperation
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 in net.spy.memcached
Methods in net.spy.memcached that return StatsOperationModifier 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 in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement StatsOperationModifier and TypeClassDescription(package private) final class
Operation to retrieve statistics from a memcached server.Methods in net.spy.memcached.protocol.ascii that return StatsOperationModifier and TypeMethodDescriptionAsciiOperationFactory.keyStats
(String key, StatsOperation.Callback cb) AsciiOperationFactory.stats
(String arg, StatsOperation.Callback cb) -
Uses of StatsOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement StatsOperationModifier and TypeClassDescriptionclass
A StatsOperationImpl.class
A StatsOperationImpl.Methods in net.spy.memcached.protocol.binary that return StatsOperationModifier and TypeMethodDescriptionBinaryOperationFactory.keyStats
(String key, StatsOperation.Callback cb) BinaryOperationFactory.stats
(String arg, StatsOperation.Callback cb)