nizhikov commented on code in PR #10485:
URL: https://github.com/apache/ignite/pull/10485#discussion_r1083760009
##########
modules/core/src/main/java/org/apache/ignite/IgniteCache.java:
##########
@@ -1617,20 +1616,6 @@ public <T> IgniteFuture<Map<K, EntryProcessorResult<T>>>
invokeAllAsync(Set<? ex
*/
public CacheMetrics localMetrics();
- /**
- * Gets whole cluster MxBean for this cache.
- *
- * @return MxBean.
- */
- public CacheMetricsMXBean mxBean();
Review Comment:
It seems we can keep this method, but makes it to return
`CacheStatisticsMXBean` as required by JCache specification.
--
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]