| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.metrics.model.sample |
| 限定符和类型 | 方法和说明 |
|---|---|
MetricSample.Type |
MetricSample.getType() |
static MetricSample.Type |
MetricSample.Type.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MetricSample.Type[] |
MetricSample.Type.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MetricSample.setType(MetricSample.Type type) |
| 构造器和说明 |
|---|
MetricSample(String name,
String description,
Map<String,String> tags,
MetricSample.Type type,
MetricsCategory category) |
MetricSample(String name,
String description,
Map<String,String> tags,
MetricSample.Type type,
MetricsCategory category,
String baseUnit) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.