Package nz.org.riskscape.engine
Interface HasMeter
public interface HasMeter
Interface that may be added to Realized
implementations should they have specific metrics.
These metrics will be added to ExecutionContext.getMetricRegistry()
.
-
Method Summary
Modifier and TypeMethodDescriptioncom.codahale.metrics.MetricRegistry
-
Method Details
-
getRegistry
com.codahale.metrics.MetricRegistry getRegistry() -
getProgressMetricNames
- Returns:
- a list of metric names that would be useful to provide to the user directly in the progress indicator
-