Package | Description |
---|---|
org.elasticsearch.cluster | |
org.elasticsearch.cluster.routing.allocation |
Modifier and Type | Method and Description |
---|---|
ClusterState.Builder |
ClusterState.Builder.routingResult(RoutingAllocation.Result routingResult) |
Modifier and Type | Method and Description |
---|---|
RoutingAllocation.Result |
AllocationService.applyFailedShard(ClusterState clusterState,
ShardRouting failedShard) |
RoutingAllocation.Result |
AllocationService.applyFailedShards(ClusterState clusterState,
List<ShardRouting> failedShards)
Applies the failed shards.
|
RoutingAllocation.Result |
AllocationService.applyStartedShards(ClusterState clusterState,
List<? extends ShardRouting> startedShards)
Applies the started shards.
|
RoutingAllocation.Result |
AllocationService.applyStartedShards(ClusterState clusterState,
List<? extends ShardRouting> startedShards,
boolean withReroute) |
RoutingAllocation.Result |
AllocationService.reroute(ClusterState clusterState)
Reroutes the routing table based on the live nodes.
|
RoutingAllocation.Result |
AllocationService.reroute(ClusterState clusterState,
AllocationCommands commands) |
RoutingAllocation.Result |
AllocationService.reroute(ClusterState clusterState,
AllocationCommands commands,
boolean explain) |
RoutingAllocation.Result |
AllocationService.reroute(ClusterState clusterState,
boolean debug)
Reroutes the routing table based on the live nodes.
|
RoutingAllocation.Result |
AllocationService.rerouteWithNoReassign(ClusterState clusterState)
Only handles reroute but *without* any reassignment of unassigned shards or rebalancing.
|
RoutingAllocation.Result |
AllocationService.rerouteWithNoReassign(ClusterState clusterState,
boolean debug)
Only handles reroute but *without* any reassignment of unassigned shards or rebalancing.
|
Copyright © 2009–2015. All rights reserved.