Uses of Interface
org.apache.storm.metricstore.MetricStore.ScanCallback
Packages that use MetricStore.ScanCallback
-
Uses of MetricStore.ScanCallback in org.apache.storm.metricstore
Methods in org.apache.storm.metricstore with parameters of type MetricStore.ScanCallbackModifier 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
Methods in org.apache.storm.metricstore.rocksdb with parameters of type MetricStore.ScanCallbackModifier and TypeMethodDescriptionvoid
RocksDbStore.scan
(FilterOptions filter, MetricStore.ScanCallback scanCallback) Scans all metrics in the store and returns the ones matching the specified filtering options.