Apache9 commented on a change in pull request #613: HBASE-22932 Add rs group
management methods in Admin and AsyncAdmin
URL: https://github.com/apache/hbase/pull/613#discussion_r325712959
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncAdmin.java
##########
@@ -1506,5 +1508,63 @@
* The return value will be wrapped by a {@link CompletableFuture}.
*/
CompletableFuture<Boolean> isSnapshotCleanupEnabled();
+
+ /**
+ * Gets group info for the given group name
+ * @param groupName the group name
+ * @return group info
+ */
+ CompletableFuture<? extends RSGroupInfo> getRSGroupInfo(String groupName);
Review comment:
Why extends? IIRC we do not have any sub classes which extend RSGroupInfo?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services