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 NoopOperation
OperationFactory. 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) class
VersionOperationImpl
Operation to request the version of a memcached server.Methods in net.spy.memcached.protocol.ascii that return NoopOperation Modifier and Type Method Description NoopOperation
AsciiOperationFactory. 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) class
NoopOperationImpl
Implementation of a noop operation.Methods in net.spy.memcached.protocol.binary that return NoopOperation Modifier and Type Method Description NoopOperation
BinaryOperationFactory. noop(OperationCallback cb)
-