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) -
Uses of BackupManifest in org.apache.hadoop.hbase.backup.impl
Modifier and TypeMethodDescriptionprivate void
RestoreTablesClient.restore
(BackupManifest manifest, TableName[] sTableArray, TableName[] tTableArray, boolean isOverwrite) Restore operation. -
Uses of BackupManifest in org.apache.hadoop.hbase.backup.util
Modifier and TypeMethodDescriptionstatic boolean
BackupUtils.validate
(List<TableName> tables, BackupManifest backupManifest, org.apache.hadoop.conf.Configuration conf)