Uses of Interface
org.opendaylight.infrautils.metrics.Counter
-
Packages that use Counter Package Description org.opendaylight.infrautils.metrics org.opendaylight.infrautils.metrics.testimpl -
-
Uses of Counter in org.opendaylight.infrautils.metrics
Methods in org.opendaylight.infrautils.metrics that return Counter Modifier and Type Method Description Counter
MetricProvider. newCounter(Object anchor, String id)
Deprecated.useMetricProvider.newCounter(MetricDescriptor)
instead.Counter
MetricProvider. newCounter(MetricDescriptor descriptor)
Create new Counter metric without labels.Methods in org.opendaylight.infrautils.metrics that return types with arguments of type Counter Modifier and Type Method Description Labeled<Counter>
MetricProvider. newCounter(MetricDescriptor descriptor, String labelName)
Create new Counter metric with 1 label.Labeled<Labeled<Counter>>
MetricProvider. newCounter(MetricDescriptor descriptor, String firstLabelName, String secondLabelName)
Create new Counter metric with 2 labels.Labeled<Labeled<Labeled<Counter>>>
MetricProvider. newCounter(MetricDescriptor descriptor, String firstLabelName, String secondLabelName, String thirdLabelName)
Create new Counter metric with 3 labels.Labeled<Labeled<Labeled<Labeled<Counter>>>>
MetricProvider. newCounter(MetricDescriptor descriptor, String firstLabelName, String secondLabelName, String thirdLabelName, String fourthLabelName)
Create new Counter metric with 4 labels.Labeled<Labeled<Labeled<Labeled<Labeled<Counter>>>>>
MetricProvider. newCounter(MetricDescriptor descriptor, String firstLabelName, String secondLabelName, String thirdLabelName, String fourthLabelName, String fifthLabelName)
Create new Counter metric with 5 labels. -
Uses of Counter in org.opendaylight.infrautils.metrics.testimpl
Methods in org.opendaylight.infrautils.metrics.testimpl that return Counter Modifier and Type Method Description Counter
TestMetricProviderImpl. newCounter(@Nullable Object anchor, @Nullable String id)
Counter
TestMetricProviderImpl. newCounter(MetricDescriptor descriptor)
Methods in org.opendaylight.infrautils.metrics.testimpl that return types with arguments of type Counter Modifier and Type Method Description Labeled<Counter>
TestMetricProviderImpl. newCounter(MetricDescriptor descriptor, String labelName)
Labeled<Labeled<Counter>>
TestMetricProviderImpl. newCounter(MetricDescriptor descriptor, String firstLabelName, String secondLabelName)
Labeled<Labeled<Labeled<Counter>>>
TestMetricProviderImpl. newCounter(MetricDescriptor descriptor, String firstLabelName, String secondLabelName, String thirdLabelName)
Labeled<Labeled<Labeled<Labeled<Counter>>>>
TestMetricProviderImpl. newCounter(MetricDescriptor descriptor, String firstLabelName, String secondLabelName, String thirdLabelName, String fourthLabelName)
Labeled<Labeled<Labeled<Labeled<Labeled<Counter>>>>>
TestMetricProviderImpl. newCounter(MetricDescriptor descriptor, String firstLabelName, String secondLabelName, String thirdLabelName, String fourthLabelName, String fifthLabelName)
-