|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.metrics2.sink.GraphiteSink
@InterfaceAudience.Public @InterfaceStability.Evolving public class GraphiteSink
A metrics sink that writes to a Graphite server
Constructor Summary | |
---|---|
GraphiteSink()
|
Method Summary | |
---|---|
void |
close()
|
void |
flush()
Flush any buffered metrics |
void |
init(org.apache.commons.configuration.SubsetConfiguration conf)
Initialize the plugin |
void |
putMetrics(MetricsRecord record)
Put a metrics record in the sink |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphiteSink()
Method Detail |
---|
public void init(org.apache.commons.configuration.SubsetConfiguration conf)
MetricsPlugin
init
in interface MetricsPlugin
conf
- the configuration object for the pluginpublic void putMetrics(MetricsRecord record)
MetricsSink
putMetrics
in interface MetricsSink
record
- the record to putpublic void flush()
MetricsSink
flush
in interface MetricsSink
public void close() throws IOException
close
in interface Closeable
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |