Uses of Class
org.apache.hadoop.hbase.backup.impl.BackupManifest
Packages that use BackupManifest
Package
Description
-
Uses of BackupManifest in org.apache.hadoop.hbase.backup
Methods in org.apache.hadoop.hbase.backup that return BackupManifestModifier 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
Methods in org.apache.hadoop.hbase.backup.impl with parameters of type BackupManifestModifier and TypeMethodDescriptionprivate void
RestoreTablesClient.restore
(BackupManifest manifest, TableName[] sTableArray, TableName[] tTableArray, boolean isOverwrite, boolean isKeepOriginalSplits) Restore operation. -
Uses of BackupManifest in org.apache.hadoop.hbase.backup.util
Methods in org.apache.hadoop.hbase.backup.util with parameters of type BackupManifestModifier and TypeMethodDescriptionstatic boolean
BackupUtils.validate
(List<TableName> tables, BackupManifest backupManifest, org.apache.hadoop.conf.Configuration conf)