Uses of Interface
net.spy.memcached.ops.FlushOperation
-
Packages that use FlushOperation 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 FlushOperation in net.spy.memcached
Methods in net.spy.memcached that return FlushOperation Modifier and Type Method Description FlushOperation
OperationFactory. flush(int delay, OperationCallback operationCallback)
Create a flush operation. -
Uses of FlushOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement FlushOperation Modifier and Type Class Description (package private) class
FlushOperationImpl
Memcached flush_all operation.Methods in net.spy.memcached.protocol.ascii that return FlushOperation Modifier and Type Method Description FlushOperation
AsciiOperationFactory. flush(int delay, OperationCallback cb)
-
Uses of FlushOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement FlushOperation Modifier and Type Class Description (package private) class
FlushOperationImpl
Methods in net.spy.memcached.protocol.binary that return FlushOperation Modifier and Type Method Description FlushOperation
BinaryOperationFactory. flush(int delay, OperationCallback cb)
-