| 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 |
|---|---|
static interface |
FilteringObjective.Builder
Builder of Filtering objective entities.
|
static interface |
ForwardingObjective.Builder
A forwarding objective builder.
|
static interface |
NextObjective.Builder
A next step builder.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultFilteringObjective.Builder |
static class |
DefaultForwardingObjective.Builder |
static class |
DefaultNextObjective.Builder |
| Modifier and Type | Method and Description |
|---|---|
Objective.Builder |
Objective.Builder.fromApp(ApplicationId appId)
Specifies the application which applied the filter.
|
Objective.Builder |
Objective.Builder.makePermanent()
Makes the filtering objective permanent.
|
Objective.Builder |
Objective.Builder.makeTemporary(int timeout)
Makes the filtering objective temporary.
|
Objective.Builder |
Objective.Builder.withPriority(int priority)
Sets the priority for this objective.
|
Copyright © 2015. All rights reserved.