Package com.mendix.metrics
Interface Counter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.mendix.metrics.Metric
Metric.Builder<M extends Metric>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
increment()
Increases the counter by one.void
increment(double amount)
Increases the counter by the amount.
-