| 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 | Class and Description |
|---|---|
static class |
DefaultNextObjective.Builder |
| Modifier and Type | Method and Description |
|---|---|
NextObjective.Builder |
NextObjective.Builder.addTreatment(TrafficTreatment treatment)
Adds a treatment to this next step.
|
NextObjective.Builder |
NextObjective.Builder.fromApp(ApplicationId appId) |
NextObjective.Builder |
DefaultNextObjective.Builder.fromApp(ApplicationId appId) |
NextObjective.Builder |
NextObjective.Builder.withId(int nextId)
Specifies the id for this next objective.
|
NextObjective.Builder |
DefaultNextObjective.Builder.withId(int nextId) |
NextObjective.Builder |
NextObjective.Builder.withType(NextObjective.Type type)
Sets the type of next step.
|
Copyright © 2015. All rights reserved.