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 UnlockOperationOperationFactory. 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) classUnlockOperationImplOperation to delete an item from the cache.Methods in net.spy.memcached.protocol.ascii that return UnlockOperation Modifier and Type Method Description UnlockOperationAsciiOperationFactory. 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) classUnlockOperationImplMethods in net.spy.memcached.protocol.binary that return UnlockOperation Modifier and Type Method Description UnlockOperationBinaryOperationFactory. unlock(java.lang.String key, long casId, OperationCallback cb)
-