Package org.apache.storm.metricstore
Interface MetricStore.ScanCallback
-
- Enclosing interface:
- MetricStore
public static interface MetricStore.ScanCallback
Interface used to callback metrics results from a scan.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cb(Metric metric)
-
-
-
Method Detail
-
cb
void cb(Metric metric)
-
-