Class ClusterAllocationExplainRequest

All Implemented Interfaces:
Writeable, RefCounted, TaskAwareRequest

public class ClusterAllocationExplainRequest extends MasterNodeRequest<ClusterAllocationExplainRequest>
A request to explain the allocation of a shard in the cluster
  • Constructor Details

    • ClusterAllocationExplainRequest

      public ClusterAllocationExplainRequest()
      Create a new allocation explain request to explain any unassigned shard in the cluster.
    • ClusterAllocationExplainRequest

      public ClusterAllocationExplainRequest(StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details