| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FilteringObjective
Represents a filtering flow objective.
|
interface |
ForwardingObjective
Represents a description of which types of traffic need to
be forwarded through the device.
|
interface |
NextObjective
Represents a nexthop which will be translated by a driver
into the appropriate group or actions needed to implement
the function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFilteringObjective
Default implementation of a filtering objective.
|
class |
DefaultForwardingObjective
Default implementation of a forwarding objective.
|
class |
DefaultNextObjective
Default implementation of a next objective.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ObjectiveContext.onError(Objective objective,
ObjectiveError error) |
default void |
ObjectiveContext.onSuccess(Objective objective) |
Copyright © 2015. All rights reserved.