-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-29808 Simplify backup history retrieval #7595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This commit condenses several redundant APIs used to access the backup history. No functional changes.
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
ndimiduk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good by me.
| * @return true if info passes filter, false otherwise | ||
| */ | ||
| boolean apply(BackupInfo info); | ||
| public interface Filter extends Predicate<BackupInfo> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice.
hgromer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it
This commit condenses several redundant APIs used to access the backup history. No functional changes. Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
This commit condenses several redundant APIs used to access the backup history. No functional changes. Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
This commit condenses several redundant APIs used to access the backup history. No functional changes. Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
This commit condenses several redundant APIs used to access the backup history. No functional changes. Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
This commit condenses several redundant APIs used to access the backup history. No functional changes. Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
This commit condenses several redundant APIs used to access the backup history. No functional changes. Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
This commit condenses several redundant APIs used to access the backup history.
No functional changes.