See: Description
Class | Description |
---|---|
AbstractMetricsContext |
The main class of the Service Provider Interface.
|
CompositeContext | |
MetricsRecordImpl |
An implementation of MetricsRecord.
|
MetricValue |
A Number that is either an absolute or an incremental amount.
|
NoEmitMetricsContext |
A MetricsContext that does not emit data, but, unlike NullContextWithUpdate,
does save it for retrieval with getAllRecords().
|
NullContext |
Null metrics context: a metrics context which does nothing.
|
NullContextWithUpdateThread |
A null context which has a thread calling
periodically when monitoring is started.
|
OutputRecord |
Represents a record of metric data to be sent to a metrics system.
|
Util |
Static utility methods
|
org.apache.hadoop.metrics.file
and
org.apache.hadoop.metrics.ganglia
.
Plugging in an implementation involves writing a concrete subclass of
AbstractMetricsContext
. The subclass should get its
configuration information using the getAttribute(attributeName)
method.Copyright © 2016 Apache Software Foundation. All rights reserved.