Package org.onosproject.net.behaviour
Interface DeviceSystemStatisticsQuery
- 
- All Superinterfaces:
- Behaviour,- HandlerBehaviour
 
 public interface DeviceSystemStatisticsQuery extends HandlerBehaviour A HandlerBehaviour to get System Stats for the Device.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<DeviceSystemStats>getDeviceSystemStats()Get System stats available for the device.- 
Methods inherited from interface org.onosproject.net.driver.HandlerBehaviourhandler, setHandler
 
- 
 
- 
- 
- 
Method Detail- 
getDeviceSystemStatsjava.util.Optional<DeviceSystemStats> getDeviceSystemStats() Get System stats available for the device.- Returns:
- success or failure
 
 
- 
 
-