public class MetricInfo extends Object
Constructor and Description |
---|
MetricInfo(String name,
short id,
AggregationFunction aggregationFunction,
String group) |
Modifier and Type | Method and Description |
---|---|
AggregationFunction |
aggregationFunction() |
String |
group() |
short |
id() |
String |
name() |
String |
toString() |
public MetricInfo(String name, short id, AggregationFunction aggregationFunction, String group)
public String name()
public short id()
public AggregationFunction aggregationFunction()
AggregationFunction
of the metric.public String group()
MetricDef