Uses of Class
org.elasticsearch.cluster.routing.RoutingNodes

Packages that use RoutingNodes
org.elasticsearch.cluster   
org.elasticsearch.cluster.routing   
org.elasticsearch.cluster.routing.allocation   
 

Uses of RoutingNodes in org.elasticsearch.cluster
 

Methods in org.elasticsearch.cluster that return RoutingNodes
 RoutingNodes ClusterState.getRoutingNodes()
           
 RoutingNodes ClusterState.readOnlyRoutingNodes()
          Returns a built (on demand) routing nodes view of the routing table.
 RoutingNodes ClusterState.routingNodes()
           
 

Uses of RoutingNodes in org.elasticsearch.cluster.routing
 

Methods in org.elasticsearch.cluster.routing that return RoutingNodes
 RoutingNodes RoutingTable.routingNodes(ClusterState state)
           
 

Methods in org.elasticsearch.cluster.routing with parameters of type RoutingNodes
 RoutingTable.Builder RoutingTable.Builder.updateNodes(RoutingNodes routingNodes)
           
 

Uses of RoutingNodes in org.elasticsearch.cluster.routing.allocation
 

Methods in org.elasticsearch.cluster.routing.allocation that return RoutingNodes
 RoutingNodes RoutingAllocation.routingNodes()
           
 

Constructors in org.elasticsearch.cluster.routing.allocation with parameters of type RoutingNodes
FailedRerouteAllocation(AllocationDeciders deciders, RoutingNodes routingNodes, DiscoveryNodes nodes, ShardRouting failedShard)
           
RoutingAllocation(AllocationDeciders deciders, RoutingNodes routingNodes, DiscoveryNodes nodes)
           
StartedRerouteAllocation(AllocationDeciders deciders, RoutingNodes routingNodes, DiscoveryNodes nodes, List<? extends ShardRouting> startedShards)
           
 



Copyright © 2009-2012. All Rights Reserved.