| Interface | Description |
|---|---|
| BackupCopyService | |
| IncrementalRestoreService | |
| RestoreClient |
| Class | Description |
|---|---|
| BackupDriver | |
| BackupHFileCleaner |
Implementation of a file cleaner that checks if an hfile is still referenced by backup before
deleting it from hfile archive directory.
|
| BackupInfo |
An object to encapsulate the information for each backup request
|
| BackupObserver |
An Observer to facilitate backup operations
|
| BackupRequest |
POJO class for backup request
|
| BackupRestoreClientFactory | |
| BackupRestoreServerFactory | |
| BackupStatus |
Backup status and related information encapsulated for a table.
|
| HBackupFileSystem |
View to an on-disk Backup Image FileSytem
Provides the set of methods necessary to interact with the on-disk Backup Image data.
|
| HFileArchiver |
Utility class to handle the removal of HFiles (or the respective
StoreFiles)
for a HRegion from the FileSystem. |
| RestoreDriver | |
| RestoreRequest | |
| TestBackupAdmin | |
| TestBackupBase |
This class is only a base for other integration-level backup tests.
|
| TestBackupBoundaryTests | |
| TestBackupDelete | |
| TestBackupDeleteRestore | |
| TestBackupDescribe | |
| TestBackupHFileCleaner | |
| TestBackupLogCleaner | |
| TestBackupShowHistory | |
| TestBackupStatusProgress | |
| TestBackupSystemTable |
Test cases for hbase:backup API
|
| TestFullBackup | |
| TestFullBackupSet | |
| TestFullBackupSetRestoreSet | |
| TestFullRestore | |
| TestHFileArchiving |
Test that the
HFileArchiver correctly removes all the parts of a region when cleaning up
a region |
| TestIncrementalBackup | |
| TestIncrementalBackupDeleteTable |
1.
|
| TestIncrementalBackupNoDataLoss | |
| TestRemoteBackup | |
| TestRemoteRestore | |
| TestRestoreBoundaryTests |
| Enum | Description |
|---|---|
| BackupCopyService.Type | |
| BackupInfo.BackupPhase | |
| BackupInfo.BackupState | |
| BackupType |