Package | Description |
---|---|
org.apache.storm.metricstore | |
org.apache.storm.metricstore.rocksdb |
Modifier and Type | Method and Description |
---|---|
void |
MetricStore.ScanCallback.cb(Metric metric) |
int |
Metric.compareTo(Metric o) |
void |
NoOpMetricStore.insert(Metric metric) |
void |
MetricStore.insert(Metric metric)
Stores a metric in the store.
|
boolean |
NoOpMetricStore.populateValue(Metric metric) |
boolean |
MetricStore.populateValue(Metric metric)
Fill out the numeric values for a metric.
|
Constructor and Description |
---|
Metric(Metric o)
A Metric constructor with the same settings cloned from another.
|
Modifier and Type | Method and Description |
---|---|
void |
RocksDbStore.insert(Metric metric)
Stores metrics in the store.
|
boolean |
RocksDbStore.populateValue(Metric metric)
Fill out the numeric values for a metric.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.