wchevreuil commented on code in PR #5468:
URL: https://github.com/apache/hbase/pull/5468#discussion_r1364503700
##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java:
##########
@@ -2615,4 +2615,9 @@ List<LogEntry> getLogEntries(Set<ServerName> serverNames,
String logType, Server
* Flush master local region
*/
void flushMasterStore() throws IOException;
+
+ /**
+ * Get the list of prefetched files
+ */
+ List<String> getPrefetchedFilesList(ServerName serverName) throws
IOException;
Review Comment:
Nit: let's call it "getCachedFilesList".
--
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]