Uses of Class
org.apache.storm.metricstore.Metric
-
Uses of Metric in org.apache.storm.metricstore
Modifier and TypeMethodDescriptionvoid
int
void
Stores a metric in the store.void
boolean
MetricStore.populateValue
(Metric metric) Fill out the numeric values for a metric.boolean
NoOpMetricStore.populateValue
(Metric metric) -
Uses of Metric in org.apache.storm.metricstore.rocksdb
Modifier and TypeMethodDescriptionvoid
Stores metrics in the store.boolean
RocksDbStore.populateValue
(Metric metric) Fill out the numeric values for a metric.