Uses of Interface
net.spy.memcached.ops.UnlockOperation
-
Packages that use UnlockOperation 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 UnlockOperation in net.spy.memcached
Methods in net.spy.memcached that return UnlockOperation Modifier and Type Method Description UnlockOperation
OperationFactory. unlock(java.lang.String key, long casId, OperationCallback operationCallback)
Create a Unlock operation. -
Uses of UnlockOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement UnlockOperation Modifier and Type Class Description (package private) class
UnlockOperationImpl
Operation to delete an item from the cache.Methods in net.spy.memcached.protocol.ascii that return UnlockOperation Modifier and Type Method Description UnlockOperation
AsciiOperationFactory. unlock(java.lang.String key, long casId, OperationCallback cb)
-
Uses of UnlockOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement UnlockOperation Modifier and Type Class Description (package private) class
UnlockOperationImpl
Methods in net.spy.memcached.protocol.binary that return UnlockOperation Modifier and Type Method Description UnlockOperation
BinaryOperationFactory. unlock(java.lang.String key, long casId, OperationCallback cb)
-