public class ExtendedMetadata
extends org.eclipse.microprofile.metrics.DefaultMetadata
| Constructor and Description |
|---|
ExtendedMetadata(String name,
org.eclipse.microprofile.metrics.MetricType type) |
ExtendedMetadata(String name,
String displayName,
String description,
org.eclipse.microprofile.metrics.MetricType typeRaw,
String unit) |
ExtendedMetadata(String name,
String displayName,
String description,
org.eclipse.microprofile.metrics.MetricType typeRaw,
String unit,
String mbean,
boolean multi) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMbean() |
int |
hashCode() |
boolean |
isMulti() |
getDescription, getDisplayName, getName, getType, getTypeRaw, getUnit, isReusable, toStringpublic ExtendedMetadata(String name, org.eclipse.microprofile.metrics.MetricType type)
public ExtendedMetadata(String name, String displayName, String description, org.eclipse.microprofile.metrics.MetricType typeRaw, String unit)
public String getMbean()
public boolean isMulti()
public boolean equals(Object o)
equals in class org.eclipse.microprofile.metrics.DefaultMetadatapublic int hashCode()
hashCode in class org.eclipse.microprofile.metrics.DefaultMetadataCopyright © 2018–2019. All rights reserved.