]
Vladimir Blagojevic commented on ISPN-5073:
-------------------------------------------
Ok, good points [~NadirX] . This issues does not involve any exposed APIs and we can get
it done after ISPN-4991 and ISPN-4992 are integrated.
Improve "Number of Entries" stats
---------------------------------
Key: ISPN-5073
URL:
https://issues.jboss.org/browse/ISPN-5073
Project: Infinispan
Issue Type: Task
Components: Core, JMX, reporting and management
Affects Versions: 7.1.0.Alpha1
Reporter: Tristan Tarrant
Assignee: Vladimir Blagojevic
Fix For: 7.1.0.Beta1
Currently the getNumberOfEntries in CacheMgmtInterceptor returns the size of the
datacontainer which doesn't take into account expired entries and cache stores.
To avoid compatibility issues, modify the description to reflect its behaviour and add
proper statistics, possibly with different flag combinations (SKIP_REMOTE,
SKIP_CACHE_LOAD)