Class StatisticMinimum
- java.lang.Object
-
- org.apache.camel.management.mbean.Statistic
-
- org.apache.camel.management.mbean.StatisticMinimum
-
public class StatisticMinimum extends Statistic
-
-
Constructor Summary
Constructors Constructor Description StatisticMinimum()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetValue()booleanisUpdated()Whether the statistic has been updated one or more times.voidreset()StringtoString()voidupdateValue(long newValue)
-
-
-
Constructor Detail
-
StatisticMinimum
public StatisticMinimum()
-
-
Method Detail
-
updateValue
public void updateValue(long newValue)
- Specified by:
updateValuein classStatistic
-
isUpdated
public boolean isUpdated()
Description copied from class:StatisticWhether the statistic has been updated one or more times. Notice this is only working for value, maximum and minimum modes.
-
-