MetricsRegistry
.@Deprecated @InterfaceAudience.LimitedPrivate(value={"HDFS","MapReduce"}) public class MetricsRegistry extends Object
构造器和说明 |
---|
MetricsRegistry()
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
void |
add(String metricsName,
MetricsBase theMetricsObj)
已过时。
Add a new metrics to the registry
|
MetricsBase |
get(String metricsName)
已过时。
|
Collection<String> |
getKeyList()
已过时。
|
Collection<MetricsBase> |
getMetricsList()
已过时。
|
int |
size()
已过时。
|
public int size()
public void add(String metricsName, MetricsBase theMetricsObj)
metricsName
- - the nametheMetricsObj
- - the metricsIllegalArgumentException
- if a name is already registeredpublic MetricsBase get(String metricsName)
metricsName
- public Collection<String> getKeyList()
public Collection<MetricsBase> getMetricsList()
Copyright © 2009 The Apache Software Foundation