| Package | Description |
|---|---|
| org.onosproject.net.statistic |
Service for looking up statistics on links.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLoad
Implementation of a load.
|
| Modifier and Type | Method and Description |
|---|---|
Load |
StatisticService.load(ConnectPoint connectPoint)
Obtain the load for the given port.
|
Load |
StatisticService.load(Link link)
Obtain the load for a the ingress to the given link.
|
Load |
StatisticService.load(Link link,
ApplicationId appId,
Optional<GroupId> groupId)
Obtain the load for a the ingress to the given link used by
the specified application ID and group ID.
|
Copyright © 2015. All rights reserved.