Uses of Class
org.apache.hadoop.hbase.backup.impl.BackupManifest
Package
Description
-
Uses of BackupManifest in org.apache.hadoop.hbase.backup
Modifier and TypeMethodDescriptionstatic BackupManifest
HBackupFileSystem.getManifest
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path backupRootPath, String backupId) Modifier and TypeMethodDescriptionstatic void
HBackupFileSystem.checkImageManifestExist
(HashMap<TableName, BackupManifest> backupManifestMap, TableName[] tableArray, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path backupRootPath, String backupId) Check whether the backup image path and there is manifest file in the path. -
Uses of BackupManifest in org.apache.hadoop.hbase.backup.impl
-
Uses of BackupManifest in org.apache.hadoop.hbase.backup.util
Modifier and TypeMethodDescriptionstatic boolean
BackupUtils.validate
(HashMap<TableName, BackupManifest> backupManifestMap, org.apache.hadoop.conf.Configuration conf)