Class MetricDescriptor.ExtendedMetricID
- java.lang.Object
-
- org.eclipse.microprofile.metrics.MetricID
-
- io.quarkus.micrometer.runtime.binder.mpmetrics.MetricDescriptor.ExtendedMetricID
-
- All Implemented Interfaces:
Comparable<org.eclipse.microprofile.metrics.MetricID>
- Enclosing class:
- MetricDescriptor
static class MetricDescriptor.ExtendedMetricID extends org.eclipse.microprofile.metrics.MetricIDEnsure all hashcode/equals comparisons are against MetricDescriptor data (not ancillary MP Config additions).
-
-
Field Summary
Fields Modifier and Type Field Description (package private) MetricDescriptorsource
-
Constructor Summary
Constructors Constructor Description ExtendedMetricID(MetricDescriptor source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()
-
-
-
Field Detail
-
source
final MetricDescriptor source
-
-
Constructor Detail
-
ExtendedMetricID
public ExtendedMetricID(MetricDescriptor source)
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classorg.eclipse.microprofile.metrics.MetricID
-
hashCode
public int hashCode()
- Overrides:
hashCodein classorg.eclipse.microprofile.metrics.MetricID
-
-