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