Uses of Class
org.elasticsearch.cluster.routing.IndexRoutingTable
-
Packages that use IndexRoutingTable Package Description org.elasticsearch.cluster.health org.elasticsearch.cluster.routing -
-
Uses of IndexRoutingTable in org.elasticsearch.cluster.health
Constructors in org.elasticsearch.cluster.health with parameters of type IndexRoutingTable Constructor Description ClusterIndexHealth(IndexMetaData indexMetaData, IndexRoutingTable indexRoutingTable) -
Uses of IndexRoutingTable in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing that return IndexRoutingTable Modifier and Type Method Description IndexRoutingTableIndexRoutingTable.Builder. build()IndexRoutingTableRoutingTable. index(String index)IndexRoutingTableRoutingTable. index(Index index)protected IndexRoutingTableOperationRouting. indexRoutingTable(ClusterState clusterState, String index)static IndexRoutingTableIndexRoutingTable. readFrom(StreamInput in)Methods in org.elasticsearch.cluster.routing that return types with arguments of type IndexRoutingTable Modifier and Type Method Description ImmutableOpenMap<String,IndexRoutingTable>RoutingTable. getIndicesRouting()ImmutableOpenMap<String,IndexRoutingTable>RoutingTable. indicesRouting()Iterator<IndexRoutingTable>RoutingTable. iterator()static Diff<IndexRoutingTable>IndexRoutingTable. readDiffFrom(StreamInput in)Methods in org.elasticsearch.cluster.routing with parameters of type IndexRoutingTable Modifier and Type Method Description RoutingTable.BuilderRoutingTable.Builder. add(IndexRoutingTable indexRoutingTable)static IndexShardRoutingTableRoutingTable. shardRoutingTable(IndexRoutingTable indexRouting, int shardId)Get's theIndexShardRoutingTablefor the given shard id from the givenIndexRoutingTableor throws aShardNotFoundExceptionif no shard by the given id is found in the IndexRoutingTable.
-