程序包 | 说明 |
---|---|
org.apache.hadoop.metrics |
Note, this package is deprecated in favor of
org.apache.hadoop.metrics2 usage. |
org.apache.hadoop.metrics.file |
Implementation of the metrics package that writes the metrics to a file.
|
org.apache.hadoop.metrics.ganglia |
Implementation of the metrics package that sends metric data to
Ganglia.
|
org.apache.hadoop.metrics.spi |
Note, this package is deprecated in favor of
org.apache.hadoop.metrics2 usage. |
限定符和类型 | 方法和说明 |
---|---|
Map<String,Collection<OutputRecord>> |
MetricsContext.getAllRecords()
已过时。
Retrieves all the records managed by this MetricsContext.
|
限定符和类型 | 方法和说明 |
---|---|
void |
FileContext.emitRecord(String contextName,
String recordName,
OutputRecord outRec)
已过时。
Emits a metrics record to a file.
|
限定符和类型 | 方法和说明 |
---|---|
void |
GangliaContext.emitRecord(String contextName,
String recordName,
OutputRecord outRec)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
Map<String,Collection<OutputRecord>> |
AbstractMetricsContext.getAllRecords()
已过时。
Retrieves all the records managed by this MetricsContext.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
NullContextWithUpdateThread.emitRecord(String contextName,
String recordName,
OutputRecord outRec)
已过时。
Do-nothing version of emitRecord
|
protected void |
NullContext.emitRecord(String contextName,
String recordName,
OutputRecord outRec)
已过时。
Do-nothing version of emitRecord
|
protected void |
NoEmitMetricsContext.emitRecord(String contextName,
String recordName,
OutputRecord outRec)
已过时。
Do-nothing version of emitRecord
|
protected void |
CompositeContext.emitRecord(String contextName,
String recordName,
OutputRecord outRec)
已过时。
|
protected abstract void |
AbstractMetricsContext.emitRecord(String contextName,
String recordName,
OutputRecord outRec)
已过时。
Sends a record to the metrics system.
|
Copyright © 2009 The Apache Software Foundation