Class SnapshotInfo.SnapshotStats.FileInfo

java.lang.Object
org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats.FileInfo
Enclosing class:
SnapshotInfo.SnapshotStats

Information about the file referenced by the snapshot
  • Field Details

    • corrupted

      private final boolean corrupted
    • inArchive

      private final boolean inArchive
    • size

      private final long size
  • Constructor Details

    • FileInfo

      FileInfo(boolean inArchive, long size, boolean corrupted)
  • Method Details

    • inArchive

      public boolean inArchive()
      Returns true if the file is in the archive
    • isCorrupted

      public boolean isCorrupted()
      Returns true if the file is corrupted
    • isMissing

      public boolean isMissing()
      Returns true if the file is missing
    • getSize

      public long getSize()
      Returns the file size
    • getStateToString