Uses of Interface
net.spy.memcached.ops.DeleteOperation.Callback
-
Packages that use DeleteOperation.Callback 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 DeleteOperation.Callback in net.spy.memcached
Methods in net.spy.memcached with parameters of type DeleteOperation.Callback Modifier and Type Method Description DeleteOperationOperationFactory. delete(java.lang.String key, long cas, DeleteOperation.Callback callback)Create a deletion operation with CAS.DeleteOperationOperationFactory. delete(java.lang.String key, DeleteOperation.Callback callback)Create a deletion operation. -
Uses of DeleteOperation.Callback in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii with parameters of type DeleteOperation.Callback Modifier and Type Method Description DeleteOperationAsciiOperationFactory. delete(java.lang.String key, long cas, DeleteOperation.Callback cb)DeleteOperationAsciiOperationFactory. delete(java.lang.String key, DeleteOperation.Callback cb) -
Uses of DeleteOperation.Callback in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type DeleteOperation.Callback Modifier and Type Method Description DeleteOperationBinaryOperationFactory. delete(java.lang.String key, long cas, DeleteOperation.Callback operationCallback)DeleteOperationBinaryOperationFactory. delete(java.lang.String key, DeleteOperation.Callback operationCallback)Constructors in net.spy.memcached.protocol.binary with parameters of type DeleteOperation.Callback Constructor Description DeleteOperationImpl(java.lang.String k, long c, DeleteOperation.Callback cb)DeleteOperationImpl(java.lang.String k, DeleteOperation.Callback cb)
-