]
Tristan Tarrant reassigned ISPN-5167:
-------------------------------------
Assignee: William Burns
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
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.