|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputRecord | |
---|---|
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. |
Uses of OutputRecord in org.apache.hadoop.metrics |
---|
Methods in org.apache.hadoop.metrics that return types with arguments of type OutputRecord | |
---|---|
Map<String,Collection<OutputRecord>> |
MetricsContext.getAllRecords()
Deprecated. Retrieves all the records managed by this MetricsContext. |
Uses of OutputRecord in org.apache.hadoop.metrics.file |
---|
Methods in org.apache.hadoop.metrics.file with parameters of type OutputRecord | |
---|---|
void |
FileContext.emitRecord(String contextName,
String recordName,
OutputRecord outRec)
Deprecated. Emits a metrics record to a file. |
Uses of OutputRecord in org.apache.hadoop.metrics.ganglia |
---|
Methods in org.apache.hadoop.metrics.ganglia with parameters of type OutputRecord | |
---|---|
void |
GangliaContext.emitRecord(String contextName,
String recordName,
OutputRecord outRec)
Deprecated. |
Uses of OutputRecord in org.apache.hadoop.metrics.spi |
---|
Methods in org.apache.hadoop.metrics.spi that return types with arguments of type OutputRecord | |
---|---|
Map<String,Collection<OutputRecord>> |
AbstractMetricsContext.getAllRecords()
Deprecated. Retrieves all the records managed by this MetricsContext. |
Methods in org.apache.hadoop.metrics.spi with parameters of type OutputRecord | |
---|---|
protected void |
NoEmitMetricsContext.emitRecord(String contextName,
String recordName,
OutputRecord outRec)
Deprecated. Do-nothing version of emitRecord |
protected abstract void |
AbstractMetricsContext.emitRecord(String contextName,
String recordName,
OutputRecord outRec)
Deprecated. Sends a record to the metrics system. |
protected void |
CompositeContext.emitRecord(String contextName,
String recordName,
OutputRecord outRec)
Deprecated. |
protected void |
NullContextWithUpdateThread.emitRecord(String contextName,
String recordName,
OutputRecord outRec)
Deprecated. Do-nothing version of emitRecord |
protected void |
NullContext.emitRecord(String contextName,
String recordName,
OutputRecord outRec)
Deprecated. Do-nothing version of emitRecord |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |