Class GetSnapshotsResponse

All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject, org.elasticsearch.core.RefCounted

public class GetSnapshotsResponse extends ActionResponse implements org.elasticsearch.common.xcontent.ToXContentObject
Get snapshots response
  • Constructor Details

  • Method Details

    • getSnapshots

      public <SnapshotInfo> getSnapshots()
      Returns the list of snapshots
      Returns:
      the list of snapshots
    • getFailures

      public <,​ElasticsearchException> getFailures()
      Returns a map of repository name to ElasticsearchException for each unsuccessful response.
    • next

      @Nullable public  next()
    • isFailed

      public boolean isFailed()
      Returns true if there is a least one failed response.
    • writeTo

      public void writeTo(StreamOutput out) throws
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
    • 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 GetSnapshotsResponse fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) throws
      Throws:
    • equals

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

      public int hashCode()
      Overrides:
       in class 
    • toString

      public  toString()
      Overrides:
       in class