org.elasticsearch.action.support.replication
Class TransportShardReplicationOperationAction.AsyncShardOperationAction

java.lang.Object
  extended by org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction.AsyncShardOperationAction
Enclosing class:
TransportShardReplicationOperationAction<Request extends ShardReplicationOperationRequest,ReplicaRequest extends ActionRequest,Response extends ActionResponse>

protected class TransportShardReplicationOperationAction.AsyncShardOperationAction
extends Object


Method Summary
 void start()
           
 boolean start(boolean fromClusterEvent)
          Returns true if the action starting to be performed on the primary (or is done).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

start

public void start()

start

public boolean start(boolean fromClusterEvent)
              throws ElasticSearchException
Returns true if the action starting to be performed on the primary (or is done).

Throws:
ElasticSearchException


Copyright © 2009-2012. All Rights Reserved.