Vladsz83 commented on PR #10485: URL: https://github.com/apache/ignite/pull/10485#issuecomment-1396678879
> It seems like new classes in general just a copy of existing. JCache's interfaces are smaller, contain fewer methods. JCache's `CacheStatisticsMXBean` has 11 statistics methods. It doesn't have Ignite's `getEntryProcessorHits` or `getRebalancingKeysRate`. And many others from `CacheMetrics`. To support JCache, we don't need entire old CacheClusterMetricsMXBeanImpl. Also, regarding to JCache spec, CacheMXBean and CacheStatisticsMXBean are separated beans. And are enabled/disabled separately by CacheManager#enableManagement() and CacheManager#enableStatistics(). Now we have 2 implementations of these beans not exposed. -- 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]
