Uses of Interface
org.apache.storm.metricstore.MetricStore.ScanCallback
-
Uses of MetricStore.ScanCallback in org.apache.storm.metricstore
Modifier and TypeMethodDescriptionvoid
MetricStore.scan
(FilterOptions filter, MetricStore.ScanCallback scanCallback) Scans all metrics in the store and returns the ones matching the specified filtering options.void
NoOpMetricStore.scan
(FilterOptions filter, MetricStore.ScanCallback scanCallback) -
Uses of MetricStore.ScanCallback in org.apache.storm.metricstore.rocksdb
Modifier and TypeMethodDescriptionvoid
RocksDbStore.scan
(FilterOptions filter, MetricStore.ScanCallback scanCallback) Scans all metrics in the store and returns the ones matching the specified filtering options.