Class ClusterAllocationExplainResponse

  • All Implemented Interfaces:
    Writeable

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

      • ClusterAllocationExplainResponse

        public ClusterAllocationExplainResponse​(StreamInput in)
                                         throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • writeTo

        public void writeTo​(StreamOutput out)
                     throws java.io.IOException
        Description copied from interface: Writeable
        Write this into the StreamOutput.
        Throws:
        java.io.IOException