com.yammer.metrics.reporting
Class AbstractReporter
java.lang.Object
com.yammer.metrics.reporting.AbstractReporter
- Direct Known Subclasses:
- AbstractPollingReporter, JmxReporter
public abstract class AbstractReporter
- extends Object
|
Method Summary |
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 |
metricsRegistry
protected final MetricsRegistry metricsRegistry
AbstractReporter
protected AbstractReporter(MetricsRegistry registry)
shutdown
public void shutdown()
- Stops the reporter and closes any internal resources.
Copyright © 2011. All Rights Reserved.