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