@Stability.Volatile public class AggregatingCounter extends Object implements Counter
Constructor and Description |
---|
AggregatingCounter() |
Modifier and Type | Method and Description |
---|---|
void |
incrementBy(long number)
Increments the counter by the given number.
|
public void incrementBy(long number)
Counter
incrementBy
in interface Counter
number
- the number to increment the counter by.Copyright © 2021 Couchbase, Inc.. All rights reserved.