The one gotcha which I am totally fine with is that the actual calls like get<Whatever> will return long rather than int. Is that going to break anything?
On 4/14/21, 4:10 PM, "Dan Smith" <dasm...@vmware.com> wrote: Looks like those methods were deprecated in GEODE-6850. If I'm reading that correctly, there is no reason not to change the calls to incLong, getLong, etc. I'd say go for it. -Dan ________________________________ From: Mark Hanson <hans...@vmware.com> Sent: Wednesday, April 14, 2021 3:43 PM To: dev@geode.apache.org <dev@geode.apache.org> Subject: Stats deprecations? 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