public class StatisticMaximum extends Statistic
| Constructor and Description |
|---|
StatisticMaximum() |
| 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 StatisticMaximum()
public void updateValue(long newValue)
updateValue in class Statisticpublic boolean isUpdated()
StatisticApache Camel