java.lang.Object
org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
All Implemented Interfaces:
Writeable, ToXContent, ToXContentObject

public class SnapshotStats extends Object implements Writeable, ToXContentObject
  • Method Details

    • getStartTime

      public long getStartTime()
      Returns time when snapshot started
    • getTime

      public long getTime()
      Returns snapshot running time
    • getIncrementalFileCount

      public int getIncrementalFileCount()
      Returns incremental file count of the snapshot
    • getTotalFileCount

      public int getTotalFileCount()
      Returns total number of files in the snapshot
    • getProcessedFileCount

      public int getProcessedFileCount()
      Returns number of files in the snapshot that were processed so far
    • getIncrementalSize

      public long getIncrementalSize()
      Return incremental files size of the snapshot
    • getTotalSize

      public long getTotalSize()
      Returns total size of files in the snapshot
    • getProcessedSize

      public long getProcessedSize()
      Returns total size of files in the snapshot that were processed so far
    • writeTo

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

      public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface ToXContent
      Throws:
      IOException
    • fromXContent

      public static SnapshotStats fromXContent(XContentParser parser) throws IOException
      Throws:
      IOException
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object