Package org.apache.hadoop.hbase.backup
package org.apache.hadoop.hbase.backup
-
ClassDescriptionThe administrative API for HBase Backup.Backup copy job is a part of a backup process.Command-line entry point for backup operationImplementation of a file cleaner that checks if an hfile is still referenced by backup before deleting it from hfile archive directory.An object to encapsulate the information for each backup sessionBackupPhase - phases of an ACTIVE backup session (running), when state of a backup session is BackupState.RUNNINGBackup session statesBackup merge operation job interface.An Observer to facilitate backup operationsPOJO class for backup requestBackupRestoreConstants holds a bunch of HBase Backup and Restore constantsFactory implementation for backup/restore related jobsBackup related information encapsulated for a table.Exception indicating that some files in the requested set could not be archived.View to an on-disk Backup Image FileSytem Provides the set of methods necessary to interact with the on-disk Backup Image data.Utility class to handle the removal of HFiles (or the respective
StoreFiles
) for a HRegion from theFileSystem
.Wrapper to handle file operations uniformlyAdapt a type to match theHFileArchiver.File
interface, which is used internally for handling archival/removal of filesConvert a FileStatus to something we can manage in the archivingConvert theHStoreFile
into something we can manage in the archive methodsCommand-line entry point for restore operationRestore operation job interface Concrete implementation is provided by backup provider, seeBackupRestoreFactory
POJO class for restore request