Package org.opensearch.action.admin.cluster.allocation
package org.opensearch.action.admin.cluster.allocation
Cluster allocation transport handlers.
-
ClassesClassDescriptionActionType 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 cluster-manager node in the cluster.