Description
Notes
Getters for rebalancingStartTime and estimateRebalancingFinishTime metrics from CacheMetrics interface don't follow JavaBean naming conventions; method names don't start with get prefix.
As a result metrics cannot be accessed via MXBean interface.
Acceptance Criteria
- Methods getRebalancingStartTime and getEstimateRebalancingFinishTime are introduced to CacheMetrics interface.
- Existing methods rebalancingStartTime and estimateRebalancingFinishTime are declared as deprecated and will be deleted in future major release.