类 ClusterParamMetric
java.lang.Object
com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterParamMetric
- 从以下版本开始:
- 1.4.0
- 作者:
- Eric Zhao
-
字段概要
字段 -
构造器概要
构造器构造器说明ClusterParamMetric(int sampleCount, int intervalInMs) ClusterParamMetric(int sampleCount, int intervalInMs, int maxCapacity) -
方法概要
-
字段详细资料
-
DEFAULT_CLUSTER_MAX_CAPACITY
public static final int DEFAULT_CLUSTER_MAX_CAPACITY- 另请参阅:
-
-
构造器详细资料
-
ClusterParamMetric
public ClusterParamMetric(int sampleCount, int intervalInMs) -
ClusterParamMetric
public ClusterParamMetric(int sampleCount, int intervalInMs, int maxCapacity)
-
-
方法详细资料
-
getSum
-
addValue
-
getAvg
-
getTopValues
-