-
Enhancement
-
Resolution: Obsolete
-
Major
-
None
-
11.0.0.Alpha1
-
None
BaseRegionImpl.java does not implement extended statistics for a couple of items:
@Override public long getElementCountOnDisk() { return CacheRegionStatistics.NO_EXTENDED_STAT_SUPPORT_RETURN; } @Override public long getSizeInMemory() { return CacheRegionStatistics.NO_EXTENDED_STAT_SUPPORT_RETURN; }