@Experimental(value=METRICS) public interface Counter extends Metric
Modifier and Type | Method and Description |
---|---|
void |
dec() |
void |
dec(long n) |
void |
inc()
Increment the counter.
|
void |
inc(long n)
Increment the counter by the given amount.
|