Package org.apache.hadoop.hbase.backup.impl
package org.apache.hadoop.hbase.backup.impl
-
ClassDescriptionGeneral backup commands, options and usage messagesBackup exceptionHandles backup requests, creates backup info records in backup system table to keep track of backup sessions, dispatches backup request.Backup manifest contains all the meta data of a backup image.Backup image, the dependency graph is made up by series of backup images BackupImage contains all the relevant information to restore the backup and is used during restore operationThis class provides API to access backup system table
Backup system table schema:Full table backup implementationAfter a full backup was created, the incremental backup will only store the changes made after the last full or incremental backup.Incremental backup implementation.Restore table implementationBase class for backup operation.