| Package | Description |
|---|---|
| org.elasticsearch.cluster.routing.allocation |
| Modifier and Type | Method and Description |
|---|---|
AllocationDeciders |
RoutingAllocation.deciders()
Get
AllocationDeciders used for allocation |
| Constructor and Description |
|---|
AllocationService(Settings settings,
AllocationDeciders allocationDeciders,
ShardsAllocators shardsAllocators,
ClusterInfoService clusterInfoService) |
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.