Uses of Interface
org.opendaylight.serviceutils.metrics.Timer
-
Packages that use Timer Package Description org.opendaylight.serviceutils.metrics org.opendaylight.serviceutils.metrics.testimpl -
-
Uses of Timer in org.opendaylight.serviceutils.metrics
Methods in org.opendaylight.serviceutils.metrics that return Timer Modifier and Type Method Description TimerMetricProvider. newTimer(Object anchor, String id)Deprecated, for removal: This API element is subject to removal in a future version.TimerMetricProvider. newTimer(MetricDescriptor descriptor)Create new Timer metric without labels.Methods in org.opendaylight.serviceutils.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.serviceutils.metrics.testimpl
Methods in org.opendaylight.serviceutils.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.serviceutils.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)
-