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

Packages that use IndexRoutingTable
org.elasticsearch.cluster.routing   
org.elasticsearch.cluster.routing.operation.plain   
 

Uses of IndexRoutingTable in org.elasticsearch.cluster.routing
 

Methods in org.elasticsearch.cluster.routing that return IndexRoutingTable
 IndexRoutingTable IndexRoutingTable.Builder.build()
           
 IndexRoutingTable RoutingTable.index(String index)
           
 IndexRoutingTable IndexRoutingTable.normalizeVersions()
           
static IndexRoutingTable IndexRoutingTable.Builder.readFrom(StreamInput in)
           
 

Methods in org.elasticsearch.cluster.routing that return types with arguments of type IndexRoutingTable
 Map<String,IndexRoutingTable> RoutingTable.getIndicesRouting()
           
 Map<String,IndexRoutingTable> RoutingTable.indicesRouting()
           
 com.google.common.collect.UnmodifiableIterator<IndexRoutingTable> RoutingTable.iterator()
           
 

Methods in org.elasticsearch.cluster.routing with parameters of type IndexRoutingTable
 RoutingTable.Builder RoutingTable.Builder.add(IndexRoutingTable indexRoutingTable)
           
static void IndexRoutingTable.Builder.writeTo(IndexRoutingTable index, StreamOutput out)
           
 

Uses of IndexRoutingTable in org.elasticsearch.cluster.routing.operation.plain
 

Methods in org.elasticsearch.cluster.routing.operation.plain that return IndexRoutingTable
protected  IndexRoutingTable PlainOperationRouting.indexRoutingTable(ClusterState clusterState, String index)
           
 



Copyright © 2009-2012. All Rights Reserved.