| 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 |
|---|---|
static ObjectiveError |
ObjectiveError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectiveError[] |
ObjectiveError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ObjectiveContext.onError(Objective objective,
ObjectiveError error) |
Copyright © 2015. All rights reserved.