rhoughton-pivot commented on a change in pull request #7407:
URL: https://github.com/apache/geode/pull/7407#discussion_r817981590



##########
File path: 
geode-core/src/main/java/org/apache/geode/management/MemberMXBean.java
##########
@@ -877,6 +877,12 @@ String processCommand(String commandString, Map<String, 
String> env,
    */
   int getOffHeapFragmentation();
 
+  long getOffHeapFragments();
+
+  long getOffHeapFreedChunks();
+
+  int getOffHeapLargestFragment();
+

Review comment:
       Should these be `default method` to avoid the API compatibility problem? 
Might fix the issue with japicmp, too.
   
   If not applicable or appropriate, please explain and I can remove the change 
request.




-- 
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]


Reply via email to