public final class ClusterMetricStatistics extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
clear() |
static ClusterMetric |
getMetric(long id) |
static void |
putMetric(long id,
ClusterMetric metric) |
static boolean |
putMetricIfAbsent(long id,
ClusterMetric metric) |
static void |
removeMetric(long id) |
static void |
resetFlowMetrics() |
public static void clear()
public static void putMetric(long id,
ClusterMetric metric)
public static boolean putMetricIfAbsent(long id,
ClusterMetric metric)
public static void removeMetric(long id)
public static ClusterMetric getMetric(long id)
public static void resetFlowMetrics()
Copyright © 2021 Alibaba Group. All rights reserved.