Class VerifyRepositoryResponse

java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.ActionResponse
org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

public class VerifyRepositoryResponse
extends ActionResponse
implements org.elasticsearch.common.xcontent.ToXContentObject
Verify repository response
  • Constructor Details

    • VerifyRepositoryResponse

      public VerifyRepositoryResponse()
    • VerifyRepositoryResponse

      public VerifyRepositoryResponse​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
    • VerifyRepositoryResponse

      public VerifyRepositoryResponse​(DiscoveryNode[] nodes)
    • VerifyRepositoryResponse

      public VerifyRepositoryResponse​(java.util.List<VerifyRepositoryResponse.NodeView> nodes)
  • Method Details

    • writeTo

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

      public java.util.List<VerifyRepositoryResponse.NodeView> getNodes()
    • setNodes

      protected void setNodes​(java.util.List<VerifyRepositoryResponse.NodeView> nodes)
    • toXContent

      public org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException
      Specified by:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Throws:
      java.io.IOException
    • fromXContent

      public static VerifyRepositoryResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object