The deprecated int methods are there for API compatibility but are backed by 
the LongAdder that backs the long stats.

If you find any stats still using the int methods feel free to update them to 
use the long methods.

See https://issues.apache.org/jira/browse/GEODE-6424 and related tickets.

-Jake


On Apr 14, 2021, at 3:43 PM, Mark Hanson 
<hans...@vmware.com<mailto:hans...@vmware.com>> wrote:

Hi,

So I am making some stats changes that are pretty minor, but I was looking at 
the fact that we have a ton of deprecated stuff about incInt and getInt. Can we 
convert those to longs? This would mean changing storage and return types.

Thanks,
Mark

Reply via email to