Package com.mendix.metrics
Interface Counter
- All Superinterfaces:
- Metric
Counters monitor monotonically increasing values.
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.mendix.metrics.MetricMetric.Builder<M extends Metric>
- 
Method Summary
- 
Method Details- 
incrementvoid increment()Increases the counter by one.
- 
incrementvoid increment(double amount) Increases the counter by the amount.- Parameters:
- amount- Amount to add to the counter
 
 
-