Class ClusterAllocationExplainResponse

org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.ActionResponse
org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainResponse
All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted

public class ClusterAllocationExplainResponse extends ActionResponse
Explanation response for a shard in the cluster
  • Constructor Details

    • ClusterAllocationExplainResponse

      public ClusterAllocationExplainResponse(StreamInput in) throws
      Throws:
    • ClusterAllocationExplainResponse

      public ClusterAllocationExplainResponse(ClusterAllocationExplanation cae)
  • Method Details