- getFlows(Node) - Method in interface org.opendaylight.controller.statisticsmanager.IStatisticsManager
-
Return all the statistics for all the flows present on the specified node
in the current container context.
- getFlowsNoCache(Node) - Method in interface org.opendaylight.controller.statisticsmanager.IStatisticsManager
-
Same as the getFlows method.
- getFlowsNumber(Node) - Method in interface org.opendaylight.controller.statisticsmanager.IStatisticsManager
-
Returns the number of flows installed on the switch in the current
container context If the context is the default container, the returned
value is the number of all the flows installed on the switch regardless
of the container they belong to
- getFlowStatisticsForFlowList(List<FlowEntry>) - Method in interface org.opendaylight.controller.statisticsmanager.IStatisticsManager
-
Returns the statistics for the flows specified in the list
- getNodeConnectorStatistics(NodeConnector) - Method in interface org.opendaylight.controller.statisticsmanager.IStatisticsManager
-
Returns the statistics for the specified node connector as it was
retrieved by the protocol plugin component and cached by statistics
manager.
- getNodeConnectorStatistics(Node) - Method in interface org.opendaylight.controller.statisticsmanager.IStatisticsManager
-
Returns the statistics for all the node connector present on the
specified network node
- getNodeDescription(Node) - Method in interface org.opendaylight.controller.statisticsmanager.IStatisticsManager
-
Returns the node description for the specified node retrieved by the
protocol plugin component and cached by statistics manager.
- getNodeTableStatistics(NodeTable) - Method in interface org.opendaylight.controller.statisticsmanager.IStatisticsManager
-
Returns the statistics for the specified table of the node
- getNodeTableStatistics(Node) - Method in interface org.opendaylight.controller.statisticsmanager.IStatisticsManager
-
Returns the statistics for all the tables of the node