org.elasticsearch.cluster.routing.allocation
Class StartedRerouteAllocation

java.lang.Object
  extended by org.elasticsearch.cluster.routing.allocation.RoutingAllocation
      extended by org.elasticsearch.cluster.routing.allocation.StartedRerouteAllocation

public class StartedRerouteAllocation
extends RoutingAllocation


Nested Class Summary
 
Nested classes/interfaces inherited from class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
RoutingAllocation.Result
 
Constructor Summary
StartedRerouteAllocation(AllocationDeciders deciders, RoutingNodes routingNodes, DiscoveryNodes nodes, List<? extends ShardRouting> startedShards)
           
 
Method Summary
 List<? extends ShardRouting> startedShards()
           
 
Methods inherited from class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
addIgnoreShardForNode, deciders, explanation, metaData, nodes, routingNodes, routingTable, shouldIgnoreShardForNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartedRerouteAllocation

public StartedRerouteAllocation(AllocationDeciders deciders,
                                RoutingNodes routingNodes,
                                DiscoveryNodes nodes,
                                List<? extends ShardRouting> startedShards)
Method Detail

startedShards

public List<? extends ShardRouting> startedShards()


Copyright © 2009-2012. All Rights Reserved.