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