Uses of Interface
net.spy.memcached.ops.UnlockOperation
Packages that use UnlockOperation
Package
Description
Memcached client and transformation utils
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of UnlockOperation in net.spy.memcached
Methods in net.spy.memcached that return UnlockOperationModifier and TypeMethodDescriptionOperationFactory.unlock(String key, long casId, OperationCallback operationCallback) Create a Unlock operation. -
Uses of UnlockOperation in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii that return UnlockOperationModifier and TypeMethodDescriptionAsciiOperationFactory.unlock(String key, long casId, OperationCallback cb) -
Uses of UnlockOperation in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary that return UnlockOperationModifier and TypeMethodDescriptionBinaryOperationFactory.unlock(String key, long casId, OperationCallback cb)