| Package | Description |
|---|---|
| org.onosproject.net.device |
Infrastructure device model & related services API definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPortStatistics
Default implementation of immutable port statistics.
|
| Modifier and Type | Method and Description |
|---|---|
List<PortStatistics> |
DeviceStore.getPortStatistics(DeviceId deviceId)
Returns the list of port statistics of the specified device.
|
List<PortStatistics> |
DeviceService.getPortStatistics(DeviceId deviceId)
Returns the list of port statistics associated with the device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceProviderService.updatePortStatistics(DeviceId deviceId,
Collection<PortStatistics> portStatistics)
Sends statistics about all ports of a device.
|
DeviceEvent |
DeviceStore.updatePortStatistics(ProviderId providerId,
DeviceId deviceId,
Collection<PortStatistics> portStats)
Updates the port statistics of the specified device using the give port
statistics.
|
Copyright © 2015. All rights reserved.