Class BackupImageAdapter
java.lang.Object
org.apache.hadoop.hbase.backup.impl.BackupImageAdapter
- All Implemented Interfaces:
PitrBackupMetadata
Adapter that wraps a
BackupManifest.BackupImage to expose it as PitrBackupMetadata.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns Unique identifier for the backuplongReturns Completion timestamp of the backupReturns Root directory where the backup is storedlongReturns Start timestamp of the backupReturns List of table names included in the backup
-
Field Details
-
image
-
-
Constructor Details
-
BackupImageAdapter
-
-
Method Details
-
getTableNames
Description copied from interface:PitrBackupMetadataReturns List of table names included in the backup- Specified by:
getTableNamesin interfacePitrBackupMetadata
-
getStartTs
Description copied from interface:PitrBackupMetadataReturns Start timestamp of the backup- Specified by:
getStartTsin interfacePitrBackupMetadata
-
getCompleteTs
Description copied from interface:PitrBackupMetadataReturns Completion timestamp of the backup- Specified by:
getCompleteTsin interfacePitrBackupMetadata
-
getBackupId
Description copied from interface:PitrBackupMetadataReturns Unique identifier for the backup- Specified by:
getBackupIdin interfacePitrBackupMetadata
-
getRootDir
Description copied from interface:PitrBackupMetadataReturns Root directory where the backup is stored- Specified by:
getRootDirin interfacePitrBackupMetadata
-