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<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.