Class SnapshotId

org.elasticsearch.snapshots.SnapshotId
All Implemented Interfaces:
<SnapshotId>, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

public final class SnapshotId extends implements <SnapshotId>, Writeable, org.elasticsearch.common.xcontent.ToXContentObject
SnapshotId - snapshot name + snapshot UUID
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent

    org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params

    Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable

    Writeable.Reader<V>, Writeable.Writer<V>
  • Field Summary

    Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • Constructor Summary

    Constructors
    Constructor
    Description
     name,  uuid)
    Constructs a new snapshot
    Constructs a new snapshot from a input stream
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    boolean
     o)
     
    Returns snapshot name
    Returns the snapshot UUID
    int
     
     
    org.elasticsearch.common.xcontent.XContentBuilder
    toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
     
    void
    Write this into the StreamOutput.

    Methods inherited from class java.lang.

    , , , , , , ,

    Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject

    isFragment
  • Constructor Details

    • SnapshotId

      public SnapshotId( name,  uuid)
      Constructs a new snapshot
      Parameters:
      name - snapshot name
      uuid - snapshot uuid
    • SnapshotId

      public SnapshotId(StreamInput in) throws
      Constructs a new snapshot from a input stream
      Parameters:
      in - input stream
      Throws:
  • Method Details

    • getName

      public  getName()
      Returns snapshot name
      Returns:
      snapshot name
    • getUUID

      public  getUUID()
      Returns the snapshot UUID
      Returns:
      snapshot uuid
    • toString

      public  toString()
      Overrides:
       in class 
    • equals

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

      public int hashCode()
      Overrides:
       in class 
    • compareTo

      public int compareTo(SnapshotId other)
      Specified by:
       in interface <SnapshotId>
    • 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: