| Package | Description |
|---|---|
| org.onosproject.net.behaviour |
Abstractions of various device configuration or device adaptation behaviours;
counterpart to the device driver subsystem.
|
| 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 | Class and Description |
|---|---|
class |
DefaultNextGroup
Default implementation of a next group.
|
| Modifier and Type | Method and Description |
|---|---|
NextGroup |
FlowObjectiveStore.getNextGroup(Integer nextId)
Fetch a next group from the store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowObjectiveStore.putNextGroup(Integer nextId,
NextGroup group)
Adds a NextGroup to the store.
|
Copyright © 2015. All rights reserved.