public class CounterMetric extends Object
Constructor and Description |
---|
CounterMetric(Map<String,Set<String>> tags,
String metricName,
String hostname) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHostname() |
String |
getMetricName() |
Map<String,Set<String>> |
getTags() |
int |
hashCode() |
void |
setHostname(String hostname) |
void |
setMetricName(String metricName) |
void |
setTags(Map<String,Set<String>> tags) |
String |
toString() |
Copyright © 2016–2023. All rights reserved.