Class BackupBoundaries.BackupBoundariesBuilder
java.lang.Object
org.apache.hadoop.hbase.backup.util.BackupBoundaries.BackupBoundariesBuilder
- Enclosing class:
- BackupBoundaries
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate longprivate final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()voidupdate(BackupInfo backupInfo) Updates the boundaries based on the provided backup info.
-
Field Details
-
boundaries
-
tsCleanupBuffer
-
oldestStartTs
-
-
Constructor Details
-
BackupBoundariesBuilder
-
-
Method Details
-
update
Updates the boundaries based on the provided backup info.- Parameters:
backupInfo- the most recent completed backup info for a backup root, or if there is no such completed backup, the currently running backup.
-
build
-