Uses of Class
org.apache.storm.metricstore.Metric
Packages that use Metric
-
Uses of Metric in org.apache.storm.metricstore
Methods in org.apache.storm.metricstore with parameters of type MetricModifier 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) Constructors in org.apache.storm.metricstore with parameters of type Metric -
Uses of Metric in org.apache.storm.metricstore.rocksdb
Methods in org.apache.storm.metricstore.rocksdb with parameters of type MetricModifier and TypeMethodDescriptionvoid
Stores metrics in the store.boolean
RocksDbStore.populateValue
(Metric metric) Fill out the numeric values for a metric.