Uses of Interface
org.opendaylight.infrautils.metrics.Timer
- 
Packages that use Timer Package Description org.opendaylight.infrautils.metrics org.opendaylight.infrautils.metrics.testimpl  - 
- 
Uses of Timer in org.opendaylight.infrautils.metrics
Methods in org.opendaylight.infrautils.metrics that return Timer Modifier and Type Method Description TimerMetricProvider. newTimer(Object anchor, String id)Deprecated.TimerMetricProvider. newTimer(MetricDescriptor descriptor)Create new Timer metric without labels.Methods in org.opendaylight.infrautils.metrics that return types with arguments of type Timer Modifier and Type Method Description Labeled<Timer>MetricProvider. newTimer(MetricDescriptor descriptor, String labelName)Create new Timer metric with 1 label.Labeled<Labeled<Timer>>MetricProvider. newTimer(MetricDescriptor descriptor, String firstLabelName, String secondLabelName)Create new Timer metric with 2 labels. - 
Uses of Timer in org.opendaylight.infrautils.metrics.testimpl
Methods in org.opendaylight.infrautils.metrics.testimpl that return Timer Modifier and Type Method Description TimerTestMetricProviderImpl. newTimer(@Nullable Object anchor, @Nullable String id)TimerTestMetricProviderImpl. newTimer(MetricDescriptor descriptor)Methods in org.opendaylight.infrautils.metrics.testimpl that return types with arguments of type Timer Modifier and Type Method Description Labeled<Timer>TestMetricProviderImpl. newTimer(MetricDescriptor descriptor, String labelName)Labeled<Labeled<Timer>>TestMetricProviderImpl. newTimer(MetricDescriptor descriptor, String firstLabelName, String secondLabelName) 
 -