Package net.spy.memcached.ops
Interface GetlOperation
-
- All Superinterfaces:
KeyedOperation
,Operation
- All Known Implementing Classes:
GetlOperationImpl
,GetlOperationImpl
public interface GetlOperation extends KeyedOperation
Getl operation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
GetlOperation.Callback
Operation callback for the getl request.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getExpiration()
-
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
-
-