Uses of Interface
net.spy.memcached.ops.NoopOperation
-
Packages that use NoopOperation 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 NoopOperation in net.spy.memcached
Methods in net.spy.memcached that return NoopOperation Modifier and Type Method Description NoopOperationOperationFactory. noop(OperationCallback cb)Create a NOOP operation. -
Uses of NoopOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement NoopOperation Modifier and Type Class Description (package private) classVersionOperationImplOperation to request the version of a memcached server.Methods in net.spy.memcached.protocol.ascii that return NoopOperation Modifier and Type Method Description NoopOperationAsciiOperationFactory. noop(OperationCallback cb) -
Uses of NoopOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement NoopOperation Modifier and Type Class Description (package private) classNoopOperationImplImplementation of a noop operation.Methods in net.spy.memcached.protocol.binary that return NoopOperation Modifier and Type Method Description NoopOperationBinaryOperationFactory. noop(OperationCallback cb)
-