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.BackupImageBackupManifest.backupImage(package private) BackupManifest.BackupImageBackupManifest.BackupImage.Builder.imageFields in org.apache.hadoop.hbase.backup.impl with type parameters of type BackupManifest.BackupImageModifier and TypeFieldDescriptionprivate ArrayList<BackupManifest.BackupImage>BackupManifest.BackupImage.ancestorsMethods in org.apache.hadoop.hbase.backup.impl that return BackupManifest.BackupImageModifier and TypeMethodDescription(package private) BackupManifest.BackupImageBackupManifest.BackupImage.Builder.build()(package private) static BackupManifest.BackupImageBackupManifest.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 voidBackupManifest.BackupImage.addAncestor(BackupManifest.BackupImage backupImage) voidBackupManifest.addDependentImage(BackupManifest.BackupImage image) Add dependent backup image for this backup.static booleanBackupManifest.canCoverImage(ArrayList<BackupManifest.BackupImage> fullImages, BackupManifest.BackupImage image) Check whether backup image set could cover a backup image or not.static booleanBackupManifest.canCoverImage(BackupManifest.BackupImage image1, BackupManifest.BackupImage image2) Check whether backup image1 could cover backup image2 or not.intBackupManifest.BackupImage.compareTo(BackupManifest.BackupImage other) private voidRestoreTablesClient.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 booleanBackupManifest.canCoverImage(ArrayList<BackupManifest.BackupImage> fullImages, BackupManifest.BackupImage image) Check whether backup image set could cover a backup image or not.