Class | Description |
---|---|
ClusterAllocationExplainAction |
Action for explaining shard allocation for a shard in the cluster
|
ClusterAllocationExplainRequest |
A request to explain the allocation of a shard in the cluster
|
ClusterAllocationExplainRequestBuilder |
Builder for requests to explain the allocation of a shard in the cluster
|
ClusterAllocationExplainResponse |
Explanation response for a shard in the cluster
|
ClusterAllocationExplanation |
A
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. |
TransportClusterAllocationExplainAction |
The
TransportClusterAllocationExplainAction is responsible for actually executing the explanation of a shard's allocation on the
master node in the cluster. |