Uses of Class
org.opendaylight.serviceutils.metrics.ImmutableMetricDescriptor
-
Uses of ImmutableMetricDescriptor in org.opendaylight.serviceutils.metrics
Modifier and TypeMethodDescriptionImmutableMetricDescriptor.Builder.build()
Builds a newImmutableMetricDescriptor
.ImmutableMetricDescriptor.BuildFinal.build()
Builds a newImmutableMetricDescriptor
.static ImmutableMetricDescriptor
ImmutableMetricDescriptor.copyOf
(MetricDescriptor instance) Creates an immutable copy of aMetricDescriptor
value.ImmutableMetricDescriptor.withAnchor
(Object value) Copy the current immutable object by setting a value for theanchor
attribute.ImmutableMetricDescriptor.withDescription
(String value) Copy the current immutable object by setting a value for thedescription
attribute.Copy the current immutable object by setting a value for theid
attribute.ImmutableMetricDescriptor.withModule
(String value) Copy the current immutable object by setting a value for themodule
attribute.ImmutableMetricDescriptor.withProject
(String value) Copy the current immutable object by setting a value for theproject
attribute.