Interface Updater
-
@LimitedPrivate({"HDFS","MapReduce"}) @Evolving public interface UpdaterCall-back interface. SeeMetricsContext.registerUpdater().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoUpdates(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.
-
-