Searched refs:incrementBy (Results 1 – 3 of 3) sorted by relevance
259 public void incrementBy(StatsCounter other) { in incrementBy() method in AbstractCache.SimpleStatsCounter
4811 aggregator.incrementBy(localCache.globalStatsCounter);4813 aggregator.incrementBy(segment.statsCounter);
173 counter1.incrementBy(counter2); in testSimpleStatsIncrementBy()