public interface Counter extends IMetric
| Modifier and Type | Method and Description |
|---|---|
long |
count()
Get value of counter
|
void |
inc()
Counter add 1
|
void |
inc(long n)
Counter add n
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.