Interface MetricStore.ScanCallback

Enclosing interface:
MetricStore

public static interface MetricStore.ScanCallback
Interface used to callback metrics results from a scan.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cb(Metric metric)
     
  • Method Details