| Package | Description |
|---|---|
| org.elasticsearch.cluster.health | |
| org.elasticsearch.cluster.routing |
| Constructor and Description |
|---|
ClusterIndexHealth(IndexMetaData indexMetaData,
IndexRoutingTable indexRoutingTable) |
| Modifier and Type | Field and Description |
|---|---|
static IndexRoutingTable |
IndexRoutingTable.PROTO |
| Modifier and Type | Method and Description |
|---|---|
IndexRoutingTable |
IndexRoutingTable.Builder.build() |
IndexRoutingTable |
RoutingTable.index(String index) |
protected IndexRoutingTable |
OperationRouting.indexRoutingTable(ClusterState clusterState,
String index) |
IndexRoutingTable |
IndexRoutingTable.normalizeVersions()
creates a new
IndexRoutingTable with all shard versions normalized |
IndexRoutingTable |
IndexRoutingTable.readFrom(StreamInput in) |
static IndexRoutingTable |
IndexRoutingTable.Builder.readFrom(StreamInput in)
Reads an
IndexRoutingTable from an StreamInput |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IndexRoutingTable> |
RoutingTable.getIndicesRouting() |
Map<String,IndexRoutingTable> |
RoutingTable.indicesRouting() |
com.google.common.collect.UnmodifiableIterator<IndexRoutingTable> |
RoutingTable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
RoutingTable.Builder |
RoutingTable.Builder.add(IndexRoutingTable indexRoutingTable) |
| Modifier and Type | Method and Description |
|---|---|
RoutingTable.Builder |
RoutingTable.Builder.indicesRouting(com.google.common.collect.ImmutableMap<String,IndexRoutingTable> indicesRouting) |
Copyright © 2009–2017. All rights reserved.