Package | Description |
---|---|
org.apache.hadoop.metrics.util |
Modifier and Type | Class and Description |
---|---|
class |
MetricsIntValue
The MetricsIntValue class is for a metric that is not time varied
but changes only when it is set.
|
class |
MetricsLongValue
The MetricsLongValue class is for a metric that is not time varied
but changes only when it is set.
|
class |
MetricsTimeVaryingInt
The MetricsTimeVaryingInt class is for a metric that naturally
varies over time (e.g.
|
class |
MetricsTimeVaryingLong
The MetricsTimeVaryingLong class is for a metric that naturally
varies over time (e.g.
|
class |
MetricsTimeVaryingRate
The MetricsTimeVaryingRate class is for a rate based metric that
naturally varies over time (e.g.
|
Modifier and Type | Method and Description |
---|---|
MetricsBase |
MetricsRegistry.get(String metricsName) |
Modifier and Type | Method and Description |
---|---|
Collection<MetricsBase> |
MetricsRegistry.getMetricsList() |
Modifier and Type | Method and Description |
---|---|
void |
MetricsRegistry.add(String metricsName,
MetricsBase theMetricsObj)
Add a new metrics to the registry
|
Copyright © 2010 The Apache Software Foundation