|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yammer.metrics.reporting.AbstractReporter
public abstract class AbstractReporter
The base class for all metric reporters.
| Constructor Summary | |
|---|---|
protected |
AbstractReporter(MetricsRegistry registry)
Creates a new AbstractReporter instance. |
| Method Summary | |
|---|---|
protected MetricsRegistry |
getMetricsRegistry()
Returns the reporter's MetricsRegistry. |
void |
shutdown()
Stops the reporter and closes any internal resources. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractReporter(MetricsRegistry registry)
AbstractReporter instance.
registry - the MetricsRegistry containing the metrics this reporter will
report| Method Detail |
|---|
public void shutdown()
protected MetricsRegistry getMetricsRegistry()
MetricsRegistry.
MetricsRegistry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||