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

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

Uses of RoutingTable in org.elasticsearch.cluster
 

Methods in org.elasticsearch.cluster that return RoutingTable
 RoutingTable ClusterState.getRoutingTable()
           
 RoutingTable ClusterState.routingTable()
           
 

Methods in org.elasticsearch.cluster with parameters of type RoutingTable
 ClusterState.Builder ClusterState.Builder.routingTable(RoutingTable routingTable)
           
 

Constructors in org.elasticsearch.cluster with parameters of type RoutingTable
ClusterState(long version, MetaData metaData, RoutingTable routingTable, DiscoveryNodes nodes, ClusterBlocks blocks, AllocationExplanation allocationExplanation, com.google.common.collect.ImmutableMap<String,ClusterState.Custom> customs)
           
 

Uses of RoutingTable in org.elasticsearch.cluster.routing
 

Fields in org.elasticsearch.cluster.routing declared as RoutingTable
static RoutingTable RoutingTable.EMPTY_ROUTING_TABLE
           
 

Methods in org.elasticsearch.cluster.routing that return RoutingTable
 RoutingTable RoutingTable.Builder.build()
           
 RoutingTable RoutingNodes.getRoutingTable()
           
static RoutingTable RoutingTable.Builder.readFrom(StreamInput in)
           
 RoutingTable RoutingNodes.routingTable()
           
 RoutingTable RoutingTable.validateRaiseException(MetaData metaData)
           
 

Methods in org.elasticsearch.cluster.routing with parameters of type RoutingTable
 RoutingTable.Builder RoutingTable.Builder.routingTable(RoutingTable routingTable)
           
static void RoutingTable.Builder.writeTo(RoutingTable table, StreamOutput out)
           
 

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

Methods in org.elasticsearch.cluster.routing.allocation that return RoutingTable
 RoutingTable RoutingAllocation.routingTable()
           
 RoutingTable RoutingAllocation.Result.routingTable()
           
 

Constructors in org.elasticsearch.cluster.routing.allocation with parameters of type RoutingTable
RoutingAllocation.Result(boolean changed, RoutingTable routingTable, AllocationExplanation explanation)
           
 



Copyright © 2009-2012. All Rights Reserved.