public class DefaultSingleTablePipeline
extends org.onosproject.net.driver.AbstractHandlerBehaviour
implements org.onosproject.net.behaviour.Pipeliner
| Constructor and Description |
|---|
DefaultSingleTablePipeline() |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(org.onosproject.net.flowobjective.FilteringObjective filter) |
void |
forward(org.onosproject.net.flowobjective.ForwardingObjective fwd) |
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, setHandlerpublic 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 fwd)
forward in interface org.onosproject.net.behaviour.Pipelinerpublic void next(org.onosproject.net.flowobjective.NextObjective nextObjective)
next in interface org.onosproject.net.behaviour.Pipeliner