Uses of Class
org.apache.hadoop.hbase.backup.util.BackupBoundaries
Packages that use BackupBoundaries
-
Uses of BackupBoundaries in org.apache.hadoop.hbase.backup.master
Methods in org.apache.hadoop.hbase.backup.master that return BackupBoundariesModifier and TypeMethodDescriptionprotected static BackupBoundariesBackupLogCleaner.calculatePreservationBoundary(List<BackupInfo> backups, long tsBuffer) Calculates the timestamp boundary up to which all backup roots have already included the WAL.Methods in org.apache.hadoop.hbase.backup.master with parameters of type BackupBoundariesModifier and TypeMethodDescriptionprotected static booleanBackupLogCleaner.canDeleteFile(BackupBoundaries boundaries, org.apache.hadoop.fs.Path path) -
Uses of BackupBoundaries in org.apache.hadoop.hbase.backup.util
Methods in org.apache.hadoop.hbase.backup.util that return BackupBoundaries