| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInfluxMetric
Default implementation of influx metric.
|
| Modifier and Type | Method and Description |
|---|---|
InfluxMetric |
InfluxMetric.Builder.build()
Builds a influx metric instance.
|
InfluxMetric |
DefaultInfluxMetric.Builder.build() |
InfluxMetric |
InfluxDbMetricsRetriever.metric(org.onosproject.cluster.NodeId nodeId,
String metricName)
Returns a last metric value from a given node.
|
InfluxMetric |
DefaultInfluxDbMetricsRetriever.metric(org.onosproject.cluster.NodeId nodeId,
String metricName) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.onosproject.cluster.NodeId,Map<String,InfluxMetric>> |
InfluxDbMetricsRetriever.allMetrics()
Returns last metric values from all nodes.
|
Map<org.onosproject.cluster.NodeId,Map<String,InfluxMetric>> |
DefaultInfluxDbMetricsRetriever.allMetrics() |
Map<org.onosproject.cluster.NodeId,Map<String,List<InfluxMetric>>> |
InfluxDbMetricsRetriever.allMetrics(int period,
TimeUnit unit)
Returns metric values of all nodes within a given period of time.
|
Map<org.onosproject.cluster.NodeId,Map<String,List<InfluxMetric>>> |
DefaultInfluxDbMetricsRetriever.allMetrics(int period,
TimeUnit unit) |
List<InfluxMetric> |
InfluxDbMetricsRetriever.metric(org.onosproject.cluster.NodeId nodeId,
String metricName,
int period,
TimeUnit unit)
Returns metric value of a given node within a given period of time.
|
List<InfluxMetric> |
DefaultInfluxDbMetricsRetriever.metric(org.onosproject.cluster.NodeId nodeId,
String metricName,
int period,
TimeUnit unit) |
Map<org.onosproject.cluster.NodeId,InfluxMetric> |
InfluxDbMetricsRetriever.metricsByName(String metricName)
Returns a collection of last metric values from all nodes.
|
Map<org.onosproject.cluster.NodeId,InfluxMetric> |
DefaultInfluxDbMetricsRetriever.metricsByName(String metricName) |
Map<org.onosproject.cluster.NodeId,List<InfluxMetric>> |
InfluxDbMetricsRetriever.metricsByName(String metricName,
int period,
TimeUnit unit)
Returns a collection of last metric values of all nodes within a given period of time.
|
Map<org.onosproject.cluster.NodeId,List<InfluxMetric>> |
DefaultInfluxDbMetricsRetriever.metricsByName(String metricName,
int period,
TimeUnit unit) |
Map<String,InfluxMetric> |
InfluxDbMetricsRetriever.metricsByNodeId(org.onosproject.cluster.NodeId nodeId)
Returns last metric values from a node.
|
Map<String,InfluxMetric> |
DefaultInfluxDbMetricsRetriever.metricsByNodeId(org.onosproject.cluster.NodeId nodeId) |
Map<String,List<InfluxMetric>> |
InfluxDbMetricsRetriever.metricsByNodeId(org.onosproject.cluster.NodeId nodeId,
int period,
TimeUnit unit)
Returns metric values of a node within a given period of time.
|
Map<String,List<InfluxMetric>> |
DefaultInfluxDbMetricsRetriever.metricsByNodeId(org.onosproject.cluster.NodeId nodeId,
int period,
TimeUnit unit) |
Copyright © 2016. All rights reserved.