Uses of Interface
de.iip_ecosphere.platform.support.metrics.Tag
Packages that use Tag
-
Uses of Tag in de.iip_ecosphere.platform.support.metrics
Methods in de.iip_ecosphere.platform.support.metrics that return TagModifier and TypeMethodDescriptionstatic TagMetricsFactory.buildImmutableTag(String key, String value) Creates an immutable tag.static TagCreates a tag.abstract TagMetricsFactory.createImmutableTag(String key, String value) Creates an immutable tag.abstract TagCreates a tag.Methods in de.iip_ecosphere.platform.support.metrics that return types with arguments of type TagModifier and TypeMethodDescriptionMeter.Id.getTags()Returns the tags.Meter.Id.getTagsAsIterable()Returns the tags.Method parameters in de.iip_ecosphere.platform.support.metrics with type arguments of type TagModifier and TypeMethodDescriptionstatic Meter.IdMetricsFactory.buildId(String name, List<Tag> tags, String baseUnit, String description, Meter.Type type) Creates an id.abstract Meter.IdMetricsFactory.createId(String name, List<Tag> tags, String baseUnit, String description, Meter.Type type) Creates an id.Returns the meter of the specified name matching the given tags.