Package | Description |
---|---|
org.elasticsearch.cluster | |
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,
MetaData metaData,
RoutingTable routingTable,
DiscoveryNodes nodes,
ClusterBlocks blocks,
ImmutableOpenMap<String,ClusterState.Custom> customs) |
Modifier and Type | Field and Description |
---|---|
static RoutingTable |
RoutingTable.EMPTY_ROUTING_TABLE |
Modifier and Type | Method and Description |
---|---|
RoutingTable |
RoutingTable.Builder.build() |
RoutingTable |
RoutingNodes.getRoutingTable() |
static RoutingTable |
RoutingTable.Builder.readFrom(StreamInput in) |
RoutingTable |
RoutingNodes.routingTable() |
RoutingTable |
RoutingTable.validateRaiseException(MetaData metaData) |
Modifier and Type | Method and Description |
---|---|
static RoutingTable.Builder |
RoutingTable.builder(RoutingTable routingTable) |
static void |
RoutingTable.Builder.writeTo(RoutingTable table,
StreamOutput out) |
Constructor and Description |
---|
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 |
---|
Result(boolean changed,
RoutingTable routingTable)
Creates a new
RoutingAllocation.Result |
Result(boolean changed,
RoutingTable routingTable,
RoutingExplanations explanations)
Creates a new
RoutingAllocation.Result |
Copyright © 2009–2015. All rights reserved.