org.apache.hadoop.metrics
Interface Updater

All Known Implementing Classes:
JvmMetrics, RpcMetrics

public interface Updater

Call-back interface. See MetricsContext.registerUpdater().


Method Summary
 void doUpdates(MetricsContext context)
          Timer-based call-back from the metric library.
 

Method Detail

doUpdates

void doUpdates(MetricsContext context)
Timer-based call-back from the metric library.



Copyright © 2009 The Apache Software Foundation