Package org.elasticsearch.action.admin.cluster.allocation
package org.elasticsearch.action.admin.cluster.allocation
-
ClassDescriptionActionType for explaining shard allocation for a shard in the clusterA request to explain the allocation of a shard in the clusterBuilder for requests to explain the allocation of a shard in the clusterExplanation response for a shard in the clusterA
ClusterAllocationExplanation
is an explanation of why a shard is unassigned, or if it is not unassigned, then which nodes it could possibly be relocated to.TheTransportClusterAllocationExplainAction
is responsible for actually executing the explanation of a shard's allocation on the master node in the cluster.