| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.health | |
| org.elasticsearch.cluster.routing | |
| org.elasticsearch.cluster.routing.operation.plain |
| Constructor and Description |
|---|
ClusterIndexHealth(IndexMetaData indexMetaData,
IndexRoutingTable indexRoutingTable) |
| Modifier and Type | Method and Description |
|---|---|
IndexRoutingTable |
IndexRoutingTable.Builder.build() |
IndexRoutingTable |
RoutingTable.index(String index) |
IndexRoutingTable |
IndexRoutingTable.normalizeVersions()
creates a new
IndexRoutingTable with all shard versions normalized |
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) |
static void |
IndexRoutingTable.Builder.writeTo(IndexRoutingTable index,
StreamOutput out)
Writes an
IndexRoutingTable to a StreamOutput. |
| Modifier and Type | Method and Description |
|---|---|
protected IndexRoutingTable |
PlainOperationRouting.indexRoutingTable(ClusterState clusterState,
String index) |
Copyright © 2009–2016. All rights reserved.