| Package | Description |
|---|---|
| org.elasticsearch.cluster | |
| org.elasticsearch.cluster.routing.allocation |
| Modifier and Type | Field and Description |
|---|---|
static ClusterInfo |
ClusterInfo.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
ClusterInfo |
InternalClusterInfoService.getClusterInfo() |
ClusterInfo |
ClusterInfoService.getClusterInfo()
The latest cluster information
|
ClusterInfo |
EmptyClusterInfoService.getClusterInfo() |
ClusterInfo |
InternalClusterInfoService.refresh()
Refreshes the ClusterInfo in a blocking fashion
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterInfoService.Listener.onNewInfo(ClusterInfo info) |
| Modifier and Type | Method and Description |
|---|---|
ClusterInfo |
RoutingAllocation.clusterInfo() |
| Constructor and Description |
|---|
FailedRerouteAllocation(AllocationDeciders deciders,
RoutingNodes routingNodes,
DiscoveryNodes nodes,
List<FailedRerouteAllocation.FailedShard> failedShards,
ClusterInfo clusterInfo) |
RoutingAllocation(AllocationDeciders deciders,
RoutingNodes routingNodes,
DiscoveryNodes nodes,
ClusterInfo clusterInfo,
long currentNanoTime)
Creates a new
RoutingAllocation |
StartedRerouteAllocation(AllocationDeciders deciders,
RoutingNodes routingNodes,
DiscoveryNodes nodes,
List<? extends ShardRouting> startedShards,
ClusterInfo clusterInfo) |
Copyright © 2009–2017. All rights reserved.