DieterDP-ng commented on code in PR #6134:
URL: https://github.com/apache/hbase/pull/6134#discussion_r1705511176
##########
hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupSystemTable.java:
##########
@@ -792,20 +755,19 @@ public List<BackupInfo> getBackupHistory(int n,
BackupInfo.Filter... filters) th
return result;
}
- /*
- * Retrieve TableName's for completed backup of given type
- * @param type backup type
- * @return List of table names
+ /**
+ * Retrieve all table names that are part of any known backup
*/
- public List<TableName> getTablesForBackupType(BackupType type) throws
IOException {
+ public Set<TableName> getTablesForBackupType() throws IOException {
Review Comment:
This method should probably be renamed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]