| 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 | Method and Description |
|---|---|
void |
Pipeliner.next(NextObjective nextObjective)
Installs the next hop elements into the device.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNextObjective
Default implementation of a next objective.
|
| Modifier and Type | Method and Description |
|---|---|
NextObjective |
NextObjective.Builder.add()
Builds the next objective that will be added.
|
NextObjective |
DefaultNextObjective.Builder.add() |
NextObjective |
NextObjective.Builder.add(ObjectiveContext context)
Builds the next objective that will be added.
|
NextObjective |
DefaultNextObjective.Builder.add(ObjectiveContext context) |
NextObjective |
NextObjective.Builder.remove()
Builds the next objective that will be removed.
|
NextObjective |
DefaultNextObjective.Builder.remove() |
NextObjective |
NextObjective.Builder.remove(ObjectiveContext context)
Builds the next objective that will be removed.
|
NextObjective |
DefaultNextObjective.Builder.remove(ObjectiveContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowObjectiveService.next(DeviceId deviceId,
NextObjective nextObjective)
Installs the next hop elements into the specified device.
|
Copyright © 2015. All rights reserved.