Package org.onosproject.net.device
Interface PortStatisticsDiscovery
-
- All Superinterfaces:
Behaviour
,HandlerBehaviour
public interface PortStatisticsDiscovery extends HandlerBehaviour
Handler behaviour capable of collecting and updating port statistics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<PortStatistics>
discoverPortStatistics()
Returns a list of port statistics descriptions appropriately annotated to support downstream model extension via projections of their parent device.-
Methods inherited from interface org.onosproject.net.driver.HandlerBehaviour
handler, setHandler
-
-
-
-
Method Detail
-
discoverPortStatistics
java.util.Collection<PortStatistics> discoverPortStatistics()
Returns a list of port statistics descriptions appropriately annotated to support downstream model extension via projections of their parent device.- Returns:
- annotated port statistics
-
-