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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.HandlerBehaviourhandler, setHandler
 
- 
 
- 
- 
- 
Method Detail- 
discoverPortStatisticsCollection<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
 
 
- 
 
-