| Package | Description |
|---|---|
| org.elasticsearch.cluster.routing.allocation |
| Modifier and Type | Method and Description |
|---|---|
List<FailedRerouteAllocation.FailedShard> |
FailedRerouteAllocation.failedShards() |
| Modifier and Type | Method and Description |
|---|---|
RoutingAllocation.Result |
AllocationService.applyFailedShards(ClusterState clusterState,
List<FailedRerouteAllocation.FailedShard> failedShards)
Applies the failed shards.
|
| Constructor and Description |
|---|
FailedRerouteAllocation(AllocationDeciders deciders,
RoutingNodes routingNodes,
DiscoveryNodes nodes,
List<FailedRerouteAllocation.FailedShard> failedShards,
ClusterInfo clusterInfo) |
Copyright © 2009–2017. All rights reserved.