Uses of Class
org.apache.hadoop.hbase.backup.impl.BackupException
-
Uses of BackupException in org.apache.hadoop.hbase.backup.impl
Modifier and TypeMethodDescriptionBackupManager.createBackupInfo
(String backupId, BackupType type, List<TableName> tableList, String targetRootDir, int workers, long bandwidth, boolean noChecksumVerify) Creates a backup info based on input backup request.void
BackupManifest.store
(org.apache.hadoop.conf.Configuration conf) Persist the manifest file.ModifierConstructorDescriptionBackupManifest
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path backupPath) Construct manifest from a backup directory.