Uses of Class
org.apache.hadoop.hbase.backup.impl.BackupManager
Package
Description
-
Uses of BackupManager in org.apache.hadoop.hbase.backup
Modifier and TypeMethodDescriptionint
BackupCopyJob.copy
(BackupInfo backupInfo, BackupManager backupManager, org.apache.hadoop.conf.Configuration conf, BackupType backupType, String[] options) Copy backup data to destination -
Uses of BackupManager in org.apache.hadoop.hbase.backup.impl
Modifier and TypeClassDescriptionclass
After a full backup was created, the incremental backup will only store the changes made after the last full or incremental backup.Modifier and TypeMethodDescriptionprotected void
TableBackupClient.beginBackup
(BackupManager backupManager, BackupInfo backupInfo) Begin the overall backup.protected void
TableBackupClient.failBackup
(Connection conn, BackupInfo backupInfo, BackupManager backupManager, Exception e, String msg, BackupType type, org.apache.hadoop.conf.Configuration conf) Fail the overall backup. -
Uses of BackupManager in org.apache.hadoop.hbase.backup.mapreduce
Modifier and TypeFieldDescriptionprivate BackupManager
MapReduceBackupCopyJob.BackupDistCp.backupManager
Modifier and TypeMethodDescriptionint
MapReduceBackupCopyJob.copy
(BackupInfo context, BackupManager backupManager, org.apache.hadoop.conf.Configuration conf, BackupType copyType, String[] options) Do backup copy based on different types.(package private) static void
MapReduceBackupCopyJob.updateProgress
(BackupInfo backupInfo, BackupManager backupManager, int newProgress, long bytesCopied) Update the ongoing backup with new progress.ModifierConstructorDescriptionBackupDistCp
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.tools.DistCpOptions options, BackupInfo backupInfo, BackupManager backupManager)