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.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.Modifier 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) private void
RestoreTablesClient.restoreImages
(BackupManifest.BackupImage[] images, TableName sTable, TableName tTable, boolean truncateIfExists) Restore operation handle each backupImage in array.