Package | Description |
---|---|
org.elasticsearch.cluster | |
org.elasticsearch.cluster.routing.allocation |
Modifier and Type | Method and Description |
---|---|
ClusterInfo |
EmptyClusterInfoService.getClusterInfo() |
ClusterInfo |
ClusterInfoService.getClusterInfo()
The latest cluster information
|
ClusterInfo |
InternalClusterInfoService.getClusterInfo() |
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<ShardRouting> failedShards,
ClusterInfo clusterInfo) |
RoutingAllocation(AllocationDeciders deciders,
RoutingNodes routingNodes,
DiscoveryNodes nodes,
ClusterInfo clusterInfo)
Creates a new
RoutingAllocation |
StartedRerouteAllocation(AllocationDeciders deciders,
RoutingNodes routingNodes,
DiscoveryNodes nodes,
List<? extends ShardRouting> startedShards,
ClusterInfo clusterInfo) |
Copyright © 2009–2015. All rights reserved.