|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputRecord | |
---|---|
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 | The Service Provider Interface for the Metrics API. |
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)
|
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()
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)
Do-nothing version of emitRecord |
protected void |
NullContext.emitRecord(String contextName,
String recordName,
OutputRecord outRec)
Do-nothing version of emitRecord |
protected void |
NullContextWithUpdateThread.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |