Package org.onosproject.net.behaviour
Interface TableStatisticsDiscovery
-
- All Superinterfaces:
Behaviour
,HandlerBehaviour
public interface TableStatisticsDiscovery extends HandlerBehaviour
Behaviour capable of retrieving table statistics from device.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<TableStatisticsEntry>
getTableStatistics()
Returns statistics for all match-action tables currently defined by the device forwarding pipeline.-
Methods inherited from interface org.onosproject.net.driver.HandlerBehaviour
handler, setHandler
-
-
-
-
Method Detail
-
getTableStatistics
java.util.Collection<TableStatisticsEntry> getTableStatistics()
Returns statistics for all match-action tables currently defined by the device forwarding pipeline.- Returns:
- a list of tableStatisticEntry
-
-