]
William Burns resolved ISPN-5167.
---------------------------------
Fix Version/s: 8.0.0.Final
8.0.0.Beta2
Resolution: Duplicate Issue
This was fixed by ISPN-5293
Cache.size() returns cluster-wide entry size in int and overflow
----------------------------------------------------------------
Key: ISPN-5167
URL:
https://issues.jboss.org/browse/ISPN-5167
Project: Infinispan
Issue Type: Feature Request
Components: Core
Affects Versions: 7.0.3.Final
Reporter: Takayoshi Kimura
Assignee: William Burns
Fix For: 8.0.0.Final, 8.0.0.Beta2
We have a large cluster and a cache will have number of entries > Integer.MAX_VALUE in
near future.
It would be great if we have an additional method which returns size in long type.