Class BackupManifest

java.lang.Object
org.apache.hadoop.hbase.backup.impl.BackupManifest

@Private public class BackupManifest extends Object
Backup manifest contains all the meta data of a backup image. The manifest info will be bundled as manifest file together with data. So that each backup image will contain all the info needed for restore. BackupManifest is a storage container for BackupImage. It is responsible for storing/reading backup image data and has some additional utility methods.