Package | Description |
---|---|
org.apache.hadoop.hbase.backup |
Modifier and Type | Method and Description |
---|---|
static BackupManifest |
HBackupFileSystem.getManifest(TableName tableName,
Configuration conf,
Path backupRootPath,
String backupId) |
Modifier and Type | Method and Description |
---|---|
static void |
HBackupFileSystem.checkImageManifestExist(HashMap<TableName,BackupManifest> backupManifestMap,
TableName[] tableArray,
Configuration conf,
Path backupRootPath,
String backupId)
Check whether the backup image path and there is manifest file in the path.
|