Uses of Class
org.elasticsearch.cluster.routing.allocation.ShardAllocationDecision
-
-
Uses of ShardAllocationDecision in org.elasticsearch.action.admin.cluster.allocation
Methods in org.elasticsearch.action.admin.cluster.allocation that return ShardAllocationDecision Modifier and Type Method Description ShardAllocationDecisionClusterAllocationExplanation. getShardAllocationDecision()\ Returns the shard allocation decision for attempting to assign or move the shard.Constructors in org.elasticsearch.action.admin.cluster.allocation with parameters of type ShardAllocationDecision Constructor Description ClusterAllocationExplanation(ShardRouting shardRouting, DiscoveryNode currentNode, DiscoveryNode relocationTargetNode, ClusterInfo clusterInfo, ShardAllocationDecision shardAllocationDecision) -
Uses of ShardAllocationDecision in org.elasticsearch.cluster.routing.allocation
Fields in org.elasticsearch.cluster.routing.allocation declared as ShardAllocationDecision Modifier and Type Field Description static ShardAllocationDecisionShardAllocationDecision. NOT_TAKEN -
Uses of ShardAllocationDecision in org.elasticsearch.cluster.routing.allocation.allocator
Methods in org.elasticsearch.cluster.routing.allocation.allocator that return ShardAllocationDecision Modifier and Type Method Description ShardAllocationDecisionBalancedShardsAllocator. decideShardAllocation(ShardRouting shard, RoutingAllocation allocation)ShardAllocationDecisionShardsAllocator. decideShardAllocation(ShardRouting shard, RoutingAllocation allocation)Returns the decision for where a shard should reside in the cluster.
-