Class SnapshotStats

    • Method Detail

      • 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
      • readSnapshotStats

        public static SnapshotStats readSnapshotStats​(StreamInput in)
                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • fromXContent

        public static SnapshotStats fromXContent​(XContentParser parser)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • 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