Package net.spy.memcached.ops
Interface GetAndTouchOperation
-
- All Superinterfaces:
KeyedOperation
,Operation
- All Known Implementing Classes:
GetAndTouchOperationImpl
,GetAndTouchOperationImpl
public interface GetAndTouchOperation extends KeyedOperation
Gat operation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
GetAndTouchOperation.Callback
Operation callback for the gat request.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getExpiration()
Get the expiration to set in case of a new entry.-
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
-
-