public class MetricObject extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MetricObject.Builder |
static class |
MetricObject.MetricType |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
int |
getInterval() |
String |
getMeterName() |
String |
getMetric() |
MetricLevel |
getMetricLevel() |
MetricObject.MetricType |
getMetricType() |
Map<String,String> |
getTags() |
Long |
getTimestamp() |
Object |
getValue() |
int |
hashCode() |
static MetricObject.Builder |
named(String name) |
String |
toString() |
public static MetricObject.Builder named(String name)
public String getMetric()
public Long getTimestamp()
public Object getValue()
public MetricLevel getMetricLevel()
public MetricObject.MetricType getMetricType()
public int getInterval()
public String getMeterName()
Copyright © 2019. All rights reserved.