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.static BackupManifest.BackupImage
BackupManifest.hydrateRootDir
(BackupManifest.BackupImage backupImage, org.apache.hadoop.fs.Path backupPath) Methods in org.apache.hadoop.hbase.backup.impl that return types with arguments of type BackupManifest.BackupImageModifier and TypeMethodDescriptionBackupManifest.BackupImage.getAncestors()
protected List<BackupManifest.BackupImage>
TableBackupClient.getAncestors
(BackupInfo backupInfo) Gets the direct ancestors of the currently being created backup.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.int
BackupManifest.BackupImage.compareTo
(BackupManifest.BackupImage other) static BackupManifest.BackupImage
BackupManifest.hydrateRootDir
(BackupManifest.BackupImage backupImage, org.apache.hadoop.fs.Path backupPath) private void
RestoreTablesClient.restoreImages
(BackupManifest.BackupImage[] images, TableName sTable, TableName tTable, boolean truncateIfExists, boolean isKeepOriginalSplits) Restore operation handle each backupImage in array.