| Package | Description |
|---|---|
| org.onosproject.net.behaviour |
Abstractions of various device configuration or device adaptation behaviours;
counterpart to the device driver subsystem.
|
| org.onosproject.net.flowobjective |
Abstractions for objective-based flow programming of data plane without
requiring device pipeline structure awareness. This subsystem is
experimental and its interfaces will change in the upcoming release.
|
| Class and Description |
|---|
| FilteringObjective
Represents a filtering flow objective.
|
| FlowObjectiveStore
The flow objective store.
|
| ForwardingObjective
Represents a description of which types of traffic need to
be forwarded through the device.
|
| NextObjective
Represents a nexthop which will be translated by a driver
into the appropriate group or actions needed to implement
the egress function.
|
| Class and Description |
|---|
| DefaultFilteringObjective.Builder |
| DefaultForwardingObjective.Builder |
| DefaultNextObjective.Builder |
| FilteringObjective
Represents a filtering flow objective.
|
| FilteringObjective.Builder
Builder of Filtering objective entities.
|
| FilteringObjective.Type |
| ForwardingObjective
Represents a description of which types of traffic need to
be forwarded through the device.
|
| ForwardingObjective.Builder
A forwarding objective builder.
|
| ForwardingObjective.Flag
Represents whether this objective is monolithic or
may be broken down into parts.
|
| NextObjective
Represents a nexthop which will be translated by a driver
into the appropriate group or actions needed to implement
the egress function.
|
| NextObjective.Builder
A next step builder.
|
| NextObjective.Type
Represents the type of next phase to build.
|
| Objective
Base representation of an flow description.
|
| Objective.Builder
An objective builder.
|
| Objective.Operation
Type of operation.
|
| ObjectiveContext
The context of a objective that will become the subject of
the notification.
|
| ObjectiveError
Represents the set of errors possible when processing an objective.
|
| ObjectiveEvent.Type
Type of objective events.
|
Copyright © 2015. All rights reserved.