public class HpPipeline
extends org.onosproject.net.driver.AbstractHandlerBehaviour
implements org.onosproject.net.behaviour.Pipeliner
| Modifier and Type | Field and Description |
|---|---|
protected org.onosproject.net.flowobjective.FlowObjectiveStore |
flowObjectiveStore |
| Constructor and Description |
|---|
HpPipeline() |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(org.onosproject.net.flowobjective.FilteringObjective filter) |
void |
forward(org.onosproject.net.flowobjective.ForwardingObjective forwardObjective) |
List<String> |
getNextMappings(org.onosproject.net.behaviour.NextGroup nextGroup) |
void |
init(org.onosproject.net.DeviceId deviceId,
org.onosproject.net.behaviour.PipelinerContext context) |
void |
next(org.onosproject.net.flowobjective.NextObjective nextObjective) |
handler, setHandlerprotected org.onosproject.net.flowobjective.FlowObjectiveStore flowObjectiveStore
public void init(org.onosproject.net.DeviceId deviceId,
org.onosproject.net.behaviour.PipelinerContext context)
init in interface org.onosproject.net.behaviour.Pipelinerpublic void filter(org.onosproject.net.flowobjective.FilteringObjective filter)
filter in interface org.onosproject.net.behaviour.Pipelinerpublic void forward(org.onosproject.net.flowobjective.ForwardingObjective forwardObjective)
forward in interface org.onosproject.net.behaviour.Pipelinerpublic void next(org.onosproject.net.flowobjective.NextObjective nextObjective)
next in interface org.onosproject.net.behaviour.Pipeliner