org.elasticsearch.cluster.routing.allocation
Class RoutingAllocation.Result

java.lang.Object
  extended by org.elasticsearch.cluster.routing.allocation.RoutingAllocation.Result
Enclosing class:
RoutingAllocation

public static class RoutingAllocation.Result
extends Object


Constructor Summary
RoutingAllocation.Result(boolean changed, RoutingTable routingTable, AllocationExplanation explanation)
           
 
Method Summary
 boolean changed()
           
 AllocationExplanation explanation()
           
 RoutingTable routingTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoutingAllocation.Result

public RoutingAllocation.Result(boolean changed,
                                RoutingTable routingTable,
                                AllocationExplanation explanation)
Method Detail

changed

public boolean changed()

routingTable

public RoutingTable routingTable()

explanation

public AllocationExplanation explanation()


Copyright © 2009-2012. All Rights Reserved.