| Package | Description |
|---|---|
| org.elasticsearch.cluster | |
| org.elasticsearch.cluster.health | |
| org.elasticsearch.cluster.routing | |
| org.elasticsearch.cluster.routing.allocation |
| Modifier and Type | Method and Description |
|---|---|
RoutingTable |
ClusterState.getRoutingTable() |
RoutingTable |
ClusterState.routingTable() |
| Modifier and Type | Method and Description |
|---|---|
ClusterState.Builder |
ClusterState.Builder.routingTable(RoutingTable routingTable) |
| Constructor and Description |
|---|
ClusterState(ClusterName clusterName,
long version,
String stateUUID,
MetaData metaData,
RoutingTable routingTable,
DiscoveryNodes nodes,
ClusterBlocks blocks,
ImmutableOpenMap<String,ClusterState.Custom> customs,
boolean wasReadFromDiff) |
| Constructor and Description |
|---|
ClusterStateHealth(MetaData clusterMetaData,
RoutingTable routingTables)
Creates a new
ClusterStateHealth instance based on cluster meta data and its routing table as a convenience. |
| Modifier and Type | Field and Description |
|---|---|
static RoutingTable |
RoutingTable.EMPTY_ROUTING_TABLE |
static RoutingTable |
RoutingTable.PROTO |
| Modifier and Type | Method and Description |
|---|---|
RoutingTable |
RoutingTable.Builder.build() |
RoutingTable |
RoutingNodes.getRoutingTable() |
RoutingTable |
RoutingTable.readFrom(StreamInput in) |
static RoutingTable |
RoutingTable.Builder.readFrom(StreamInput in) |
RoutingTable |
RoutingNodes.routingTable() |
RoutingTable |
RoutingTable.validateRaiseException(MetaData metaData) |
| Modifier and Type | Method and Description |
|---|---|
Diff<RoutingTable> |
RoutingTable.diff(RoutingTable previousState) |
Diff<RoutingTable> |
RoutingTable.readDiffFrom(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
static RoutingTable.Builder |
RoutingTable.builder(RoutingTable routingTable) |
Diff<RoutingTable> |
RoutingTable.diff(RoutingTable previousState) |
| Constructor and Description |
|---|
RoutingTable.Builder(RoutingTable routingTable) |
| Modifier and Type | Method and Description |
|---|---|
RoutingTable |
RoutingAllocation.routingTable()
Get routing table of current nodes
|
RoutingTable |
RoutingAllocation.Result.routingTable()
Get the
RoutingTable referenced by this result |
| Constructor and Description |
|---|
RoutingAllocation.Result(boolean changed,
RoutingTable routingTable)
Creates a new
RoutingAllocation.Result |
RoutingAllocation.Result(boolean changed,
RoutingTable routingTable,
RoutingExplanations explanations)
Creates a new
RoutingAllocation.Result |
Copyright © 2009–2017. All rights reserved.