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(RoutingNodes routingNodes, DiscoveryNodes nodes, java.util.List<? extends ShardRouting> startedShards)
           
 
Method Summary
 java.util.List<? extends ShardRouting> startedShards()
           
 
Methods inherited from class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
explanation, nodes, routingNodes, routingTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartedRerouteAllocation

public StartedRerouteAllocation(RoutingNodes routingNodes,
                                DiscoveryNodes nodes,
                                java.util.List<? extends ShardRouting> startedShards)
Method Detail

startedShards

public java.util.List<? extends ShardRouting> startedShards()