| Constructor and Description |
|---|
TallyImpl() |
TallyImpl(int initialCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
dec() |
void |
dec(long n) |
long |
getCount() |
Class<Tally> |
getMetricClass() |
void |
inc() |
void |
inc(long n) |
getMetricSnapshot, getName, setNamepublic Class<Tally> getMetricClass()
getMetricClass in interface Metric<Tally>Copyright © 2017. All rights reserved.