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