| 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 |
|---|---|
ForwardingObjective.Flag |
ForwardingObjective.flag()
Obtain the type of this objective.
|
ForwardingObjective.Flag |
DefaultForwardingObjective.flag() |
static ForwardingObjective.Flag |
ForwardingObjective.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForwardingObjective.Flag[] |
ForwardingObjective.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ForwardingObjective.Builder |
ForwardingObjective.Builder.withFlag(ForwardingObjective.Flag flag)
Assigns the flag to the forwarding objective.
|
DefaultForwardingObjective.Builder |
DefaultForwardingObjective.Builder.withFlag(ForwardingObjective.Flag flag) |
Copyright © 2015. All rights reserved.