| Package | Description |
|---|---|
| org.onosproject.core |
ONOS Core API definitions.
|
| org.onosproject.net.flow |
Flow rule model & related services API definitions.
|
| org.onosproject.net.statistic |
Service for looking up statistics on links.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGroupId
Default implementation of
GroupId. |
| Modifier and Type | Method and Description |
|---|---|
GroupId |
FlowRule.groupId()
Returns the group id of this flow.
|
GroupId |
DefaultFlowRule.groupId() |
| Constructor and Description |
|---|
DefaultFlowRule(DeviceId deviceId,
TrafficSelector selector,
TrafficTreatment treatment,
int priority,
ApplicationId appId,
GroupId groupId,
int timeout,
boolean permanent) |
| Modifier and Type | Method and Description |
|---|---|
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.