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 FlushOperationOperationFactory. 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) classFlushOperationImplMemcached flush_all operation.Methods in net.spy.memcached.protocol.ascii that return FlushOperation Modifier and Type Method Description FlushOperationAsciiOperationFactory. 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) classFlushOperationImplMethods in net.spy.memcached.protocol.binary that return FlushOperation Modifier and Type Method Description FlushOperationBinaryOperationFactory. flush(int delay, OperationCallback cb)
-