ifesdjeen commented on code in PR #2318:
URL: https://github.com/apache/cassandra/pull/2318#discussion_r1205060945
##########
src/java/org/apache/cassandra/utils/MBeanWrapper.java:
##########
@@ -119,17 +154,23 @@ static ObjectName create(String mbeanName, OnException
onException)
}
}
- static class NoOpMBeanWrapper implements MBeanWrapper
+ Set<ObjectName> queryNames(ObjectName name, QueryExp query);
+
+ MBeanServer getMbs();
Review Comment:
nit: maybe call it `getMBeanServer`?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]