public class NoOpMetricRegistry extends Object implements MetricRegistry
| 限定符和类型 | 字段和说明 |
|---|---|
static MetricRegistry |
INSTANCE |
| 构造器和说明 |
|---|
NoOpMetricRegistry() |
| 限定符和类型 | 方法和说明 |
|---|---|
char |
getDelimiter()
Returns the global delimiter.
|
int |
getNumberReporters()
Returns the number of registered reporters.
|
ScopeFormats |
getScopeFormats()
Returns the scope formats.
|
void |
register(org.apache.flink.metrics.Metric metric,
String metricName,
AbstractMetricGroup group)
Registers a new
Metric with this registry. |
void |
unregister(org.apache.flink.metrics.Metric metric,
String metricName,
AbstractMetricGroup group)
Un-registers the given
Metric with this registry. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetricQueryServiceGatewayRpcAddresspublic static final MetricRegistry INSTANCE
public char getDelimiter()
MetricRegistrygetDelimiter 在接口中 MetricRegistrypublic int getNumberReporters()
MetricRegistrygetNumberReporters 在接口中 MetricRegistrypublic void register(org.apache.flink.metrics.Metric metric,
String metricName,
AbstractMetricGroup group)
MetricRegistryMetric with this registry.register 在接口中 MetricRegistrymetric - the metric that was addedmetricName - the name of the metricgroup - the group that contains the metricpublic void unregister(org.apache.flink.metrics.Metric metric,
String metricName,
AbstractMetricGroup group)
MetricRegistryMetric with this registry.unregister 在接口中 MetricRegistrymetric - the metric that should be removedmetricName - the name of the metricgroup - the group that contains the metricpublic ScopeFormats getScopeFormats()
MetricRegistrygetScopeFormats 在接口中 MetricRegistryCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.