| Class | Description |
|---|---|
| BackupCommands |
General backup commands, options and usage messages
|
| BackupCommands.Command | |
| BackupCommands.CreateCommand | |
| BackupManager |
Handles backup requests on server-side, creates backup context records in hbase:backup
to keep track backup.
|
| BackupManifest |
Backup manifest Contains all the meta data of a backup image.
|
| BackupManifest.BackupImage | |
| BackupRestoreConstants |
BackupRestoreConstants holds a bunch of HBase Backup and Restore constants
|
| BackupSnapshotCopy | |
| BackupSystemTable |
This class provides 'hbase:backup' table API
|
| BackupSystemTableHelper |
A collection for methods used by BackupSystemTable.
|
| IncrementalBackupManager |
After a full backup was created, the incremental backup will only store the changes made
after the last full or incremental backup.
|
| RestoreClientImpl |
The main class which interprets the given arguments and trigger restore operation.
|
| Enum | Description |
|---|---|
| BackupRestoreConstants.BackupCommand |
| Exception | Description |
|---|---|
| BackupException |
Backup exception
|