public class StatisticCounter extends Statistic
| Constructor and Description |
|---|
StatisticCounter() |
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
boolean |
isUpdated()
Whether the statistic has been updated one or more times.
|
void |
reset() |
String |
toString() |
void |
updateValue(long newValue) |
public StatisticCounter()
public void updateValue(long newValue)
updateValue in class StatisticApache Camel