Package org.apache.hadoop.hbase.snapshot
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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
corrupted
 - 
inArchive
 - 
size
 
 - 
 - 
Constructor Details
- 
FileInfo
FileInfo(boolean inArchive, long size, boolean corrupted)  
 - 
 - 
Method Details
- 
inArchive
Returns true if the file is in the archive - 
isCorrupted
Returns true if the file is corrupted - 
isMissing
Returns true if the file is missing - 
getSize
Returns the file size - 
getStateToString
 
 -