Package net.spy.memcached.ops
Interface UnlockOperation
-
- All Superinterfaces:
KeyedOperation
,Operation
- All Known Implementing Classes:
UnlockOperationImpl
,UnlockOperationImpl
public interface UnlockOperation extends KeyedOperation
Unlock operation.
-
-
Method Summary
-
Methods inherited from interface net.spy.memcached.ops.KeyedOperation
getKeys
-
Methods inherited from interface net.spy.memcached.ops.Operation
addClone, cancel, getBuffer, getCallback, getCloneCount, getErrorMsg, getException, getHandlingNode, getState, getWriteCompleteTimestamp, handleRead, hasErrored, initialize, isCancelled, isTimedOut, isTimedOut, isTimedOutUnsent, readFromBuffer, setCloneCount, setHandlingNode, timeOut, writeComplete, writing
-
-