Uses of Class
org.apache.hadoop.hbase.backup.impl.BackupManifest.BackupImage
Packages that use BackupManifest.BackupImage
-
Uses of BackupManifest.BackupImage in org.apache.hadoop.hbase.backup.impl
Fields in org.apache.hadoop.hbase.backup.impl declared as BackupManifest.BackupImageModifier and TypeFieldDescriptionprivate BackupManifest.BackupImage
BackupManifest.backupImage
(package private) BackupManifest.BackupImage
BackupManifest.BackupImage.Builder.image
Fields in org.apache.hadoop.hbase.backup.impl with type parameters of type BackupManifest.BackupImageModifier and TypeFieldDescriptionprivate ArrayList<BackupManifest.BackupImage>
BackupManifest.BackupImage.ancestors
Methods in org.apache.hadoop.hbase.backup.impl that return BackupManifest.BackupImageModifier 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.Methods in org.apache.hadoop.hbase.backup.impl that return types with arguments of type BackupManifest.BackupImageModifier 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.Methods in org.apache.hadoop.hbase.backup.impl with parameters of type BackupManifest.BackupImageModifier 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.Method parameters in org.apache.hadoop.hbase.backup.impl with type arguments of type BackupManifest.BackupImageModifier and TypeMethodDescriptionstatic boolean
BackupManifest.canCoverImage
(ArrayList<BackupManifest.BackupImage> fullImages, BackupManifest.BackupImage image) Check whether backup image set could cover a backup image or not.