| 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.filter(FilteringObjective filterObjective)
Installs the filtering rules onto the device.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFilteringObjective
Default implementation of a filtering objective.
|
| Modifier and Type | Method and Description |
|---|---|
FilteringObjective |
FilteringObjective.Builder.add()
Builds the filtering objective that will be added.
|
FilteringObjective |
DefaultFilteringObjective.Builder.add() |
FilteringObjective |
FilteringObjective.Builder.add(ObjectiveContext context)
Builds the filtering objective that will be added.
|
FilteringObjective |
DefaultFilteringObjective.Builder.add(ObjectiveContext context) |
FilteringObjective |
FilteringObjective.Builder.remove()
Builds the filtering objective that will be removed.
|
FilteringObjective |
DefaultFilteringObjective.Builder.remove() |
FilteringObjective |
FilteringObjective.Builder.remove(ObjectiveContext context)
Builds the filtering objective that will be removed.
|
FilteringObjective |
DefaultFilteringObjective.Builder.remove(ObjectiveContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowObjectiveService.filter(DeviceId deviceId,
FilteringObjective filteringObjective)
Installs the filtering rules onto the specified device.
|
Copyright © 2015. All rights reserved.