Uses of Class
org.apache.storm.metricstore.Metric
-
Packages that use Metric Package Description org.apache.storm.metricstore org.apache.storm.metricstore.rocksdb -
-
Uses of Metric in org.apache.storm.metricstore
Methods in org.apache.storm.metricstore with parameters of type Metric Modifier and Type Method Description void
MetricStore.ScanCallback. cb(Metric metric)
int
Metric. compareTo(Metric o)
void
MetricStore. insert(Metric metric)
Stores a metric in the store.void
NoOpMetricStore. insert(Metric metric)
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 Constructor Description Metric(Metric o)
A Metric constructor with the same settings cloned from another. -
Uses of Metric in org.apache.storm.metricstore.rocksdb
Methods in org.apache.storm.metricstore.rocksdb with parameters of type Metric Modifier and Type Method Description void
RocksDbStore. insert(Metric metric)
Stores metrics in the store.boolean
RocksDbStore. populateValue(Metric metric)
Fill out the numeric values for a metric.
-