Class VerifyRepositoryResponse

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.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject, org.elasticsearch.core.RefCounted

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
      Throws:
    • VerifyRepositoryResponse

      public VerifyRepositoryResponse(DiscoveryNode[] nodes)
    • VerifyRepositoryResponse

      public VerifyRepositoryResponse(<VerifyRepositoryResponse.NodeView> nodes)
  • Method Details

    • writeTo

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

      public <VerifyRepositoryResponse.NodeView> getNodes()
    • setNodes

      protected void setNodes(<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
      Specified by:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Throws:
    • fromXContent

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

      public  toString()
      Overrides:
       in class 
    • equals

      public boolean equals( o)
      Overrides:
       in class 
    • hashCode

      public int hashCode()
      Overrides:
       in class