LoadMetric 类
定义
public class LoadMetric
- 继承
-
java.lang.ObjectLoadMetric
构造函数
LoadMetric(String name, int value) |
Creates and initializes a system.fabric.LoadMetric object with the specified name and load value.
|
方法
getName() |
Indicates the name of the metric that the service plans to report.
|
getValue() |
Indicates the current load of the metric.
|