Uses of Interface
org.apache.storm.metricstore.MetricStore
-
Packages that use MetricStore Package Description org.apache.storm.metricstore org.apache.storm.metricstore.rocksdb -
-
Uses of MetricStore in org.apache.storm.metricstore
Classes in org.apache.storm.metricstore that implement MetricStore Modifier and Type Class Description class
NoOpMetricStore
Methods in org.apache.storm.metricstore that return MetricStore Modifier and Type Method Description static MetricStore
MetricStoreConfig. configure(Map<String,Object> conf, StormMetricsRegistry metricsRegistry)
Configures metrics store (running on Nimbus) to use the class specified in the conf. -
Uses of MetricStore in org.apache.storm.metricstore.rocksdb
Classes in org.apache.storm.metricstore.rocksdb that implement MetricStore Modifier and Type Class Description class
RocksDbStore
-