Class StartStopResponse

  • All Implemented Interfaces:
    org.elasticsearch.common.io.stream.Writeable, org.elasticsearch.common.util.concurrent.RefCounted

    public class StartStopResponse
    extends org.elasticsearch.action.ActionResponse
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.elasticsearch.action.ActionResponse

        org.elasticsearch.action.ActionResponse.Empty
      • Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable

        org.elasticsearch.common.io.stream.Writeable.Reader<V extends Object>, org.elasticsearch.common.io.stream.Writeable.Writer<V extends Object>
    • Constructor Detail

      • StartStopResponse

        public StartStopResponse()
      • StartStopResponse

        public StartStopResponse​(org.elasticsearch.common.io.stream.StreamInput in)
                          throws IOException
        Throws:
        IOException
    • Method Detail

      • writeTo

        public void writeTo​(org.elasticsearch.common.io.stream.StreamOutput out)
                     throws IOException
        Throws:
        IOException