Uses of Interface
net.spy.memcached.ops.StatsOperation
-
Packages that use StatsOperation 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 in net.spy.memcached
Methods in net.spy.memcached that return StatsOperation 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 in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement StatsOperation Modifier and Type Class Description (package private) classStatsOperationImplOperation to retrieve statistics from a memcached server.Methods in net.spy.memcached.protocol.ascii that return StatsOperation Modifier and Type Method Description StatsOperationAsciiOperationFactory. keyStats(java.lang.String key, StatsOperation.Callback cb)StatsOperationAsciiOperationFactory. stats(java.lang.String arg, StatsOperation.Callback cb) -
Uses of StatsOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement StatsOperation Modifier and Type Class Description classKeyStatsOperationImplA StatsOperationImpl.classStatsOperationImplA StatsOperationImpl.Methods in net.spy.memcached.protocol.binary that return StatsOperation Modifier and Type Method Description StatsOperationBinaryOperationFactory. keyStats(java.lang.String key, StatsOperation.Callback cb)StatsOperationBinaryOperationFactory. stats(java.lang.String arg, StatsOperation.Callback cb)
-