| 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 ObjectiveEvent.Type |
ObjectiveEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectiveEvent.Type[] |
ObjectiveEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ObjectiveEvent(ObjectiveEvent.Type type,
Integer objective)
Creates an event of the given type for the specified objective id.
|
ObjectiveEvent(ObjectiveEvent.Type type,
Integer objective,
long time)
Creates an event of the given type for the specified objective id at the given
time.
|
Copyright © 2015. All rights reserved.