Uses of Class
org.apache.hadoop.hbase.backup.impl.BackupManifest.BackupImage
-
Uses of BackupManifest.BackupImage in org.apache.hadoop.hbase.backup.impl
Modifier and TypeFieldDescriptionprivate BackupManifest.BackupImage
BackupManifest.backupImage
(package private) BackupManifest.BackupImage
BackupManifest.BackupImage.Builder.image
Modifier and TypeFieldDescriptionprivate ArrayList<BackupManifest.BackupImage>
BackupManifest.BackupImage.ancestors
Modifier and TypeMethodDescription(package private) BackupManifest.BackupImage
BackupManifest.BackupImage.Builder.build()
(package private) static BackupManifest.BackupImage
BackupManifest.BackupImage.fromProto
(org.apache.hadoop.hbase.shaded.protobuf.generated.BackupProtos.BackupImage im) BackupManifest.getBackupImage()
Get this backup image.Modifier and TypeMethodDescriptionBackupManifest.getAllDependentListByTable
(TableName table) Get the full dependent image list in the whole dependency scope for a specific table of this backup in time order from old to new.BackupManager.getAncestors
(BackupInfo backupInfo) Get direct ancestors of the current backup.BackupManager.getAncestors
(BackupInfo backupInfo, TableName table) Get the direct ancestors of this backup for one table involved.BackupManifest.BackupImage.getAncestors()
BackupManifest.getDependentListByTable
(TableName table) Get the dependent image list for a specific table of this backup in time order from old to new if want to restore to this backup image level.BackupManifest.getRestoreDependentList
(boolean reverse) Get the image list of this backup for restore in time order.Modifier and TypeMethodDescriptionprivate void
BackupManifest.BackupImage.addAncestor
(BackupManifest.BackupImage backupImage) void
BackupManifest.addDependentImage
(BackupManifest.BackupImage image) Add dependent backup image for this backup.static boolean
BackupManifest.canCoverImage
(ArrayList<BackupManifest.BackupImage> fullImages, BackupManifest.BackupImage image) Check whether backup image set could cover a backup image or not.static boolean
BackupManifest.canCoverImage
(BackupManifest.BackupImage image1, BackupManifest.BackupImage image2) Check whether backup image1 could cover backup image2 or not.int
BackupManifest.BackupImage.compareTo
(BackupManifest.BackupImage other) private void
RestoreTablesClient.restoreImages
(BackupManifest.BackupImage[] images, TableName sTable, TableName tTable, boolean truncateIfExists) Restore operation handle each backupImage in array.Modifier and TypeMethodDescriptionstatic boolean
BackupManifest.canCoverImage
(ArrayList<BackupManifest.BackupImage> fullImages, BackupManifest.BackupImage image) Check whether backup image set could cover a backup image or not.