public interface TopologyMetricsService
| Modifier and Type | Method and Description |
|---|---|
List<org.onosproject.event.Event> |
getEvents()
Gets the last saved topology events.
|
org.onlab.metrics.EventMetric |
topologyDeviceEventMetric()
Gets the Event Metric for the Device Events.
|
org.onlab.metrics.EventMetric |
topologyGraphEventMetric()
Gets the Event Metric for the Topology Graph Events.
|
org.onlab.metrics.EventMetric |
topologyGraphReasonsEventMetric()
Gets the Event Metric for the Topology Graph Reasons Events.
|
org.onlab.metrics.EventMetric |
topologyHostEventMetric()
Gets the Event Metric for the Host Events.
|
org.onlab.metrics.EventMetric |
topologyLinkEventMetric()
Gets the Event Metric for the Link Events.
|
List<org.onosproject.event.Event> getEvents()
org.onlab.metrics.EventMetric topologyDeviceEventMetric()
org.onlab.metrics.EventMetric topologyHostEventMetric()
org.onlab.metrics.EventMetric topologyLinkEventMetric()
org.onlab.metrics.EventMetric topologyGraphEventMetric()
org.onlab.metrics.EventMetric topologyGraphReasonsEventMetric()