net.spy.memcached.ops
Interface ReplicaGetOperation

All Superinterfaces:
KeyedOperation, Operation
All Known Implementing Classes:
ReplicaGetOperationImpl

public interface ReplicaGetOperation
extends KeyedOperation

Replica get operation.


Nested Class Summary
static interface ReplicaGetOperation.Callback
          Operation callback for the replica get request.
 
Method Summary
 ReplicaIndex getReplicaIndex()
           
 
Methods inherited from interface net.spy.memcached.ops.KeyedOperation
getKeys
 
Methods inherited from interface net.spy.memcached.ops.Operation
cancel, getBuffer, getCallback, getException, getHandlingNode, getState, handleRead, hasErrored, initialize, isCancelled, isTimedOut, isTimedOut, isTimedOutUnsent, readFromBuffer, setHandlingNode, timeOut, writeComplete, writing
 

Method Detail

getReplicaIndex

ReplicaIndex getReplicaIndex()


Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.