| 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 | Method and Description |
|---|---|
NextObjective.Type |
NextObjective.type()
The type of operation that will be applied to the traffic using the collection
of treatments.
|
NextObjective.Type |
DefaultNextObjective.type() |
static NextObjective.Type |
NextObjective.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NextObjective.Type[] |
NextObjective.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NextObjective.Builder |
NextObjective.Builder.withType(NextObjective.Type type)
Sets the type of next step.
|
DefaultNextObjective.Builder |
DefaultNextObjective.Builder.withType(NextObjective.Type type) |
Copyright © 2015. All rights reserved.