public class JuniperQfx5100Pipeliner extends DefaultSingleTablePipeline implements org.onosproject.net.behaviour.Pipeliner
| Modifier and Type | Field and Description |
|---|---|
protected org.onosproject.net.device.DeviceService |
deviceService |
| Constructor and Description |
|---|
JuniperQfx5100Pipeliner() |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(org.onosproject.net.flowobjective.FilteringObjective filterObjective) |
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, setHandlerpublic void init(org.onosproject.net.DeviceId deviceId,
org.onosproject.net.behaviour.PipelinerContext context)
init in interface org.onosproject.net.behaviour.Pipelinerinit in class DefaultSingleTablePipelinepublic void filter(org.onosproject.net.flowobjective.FilteringObjective filterObjective)
filter in interface org.onosproject.net.behaviour.Pipelinerfilter in class DefaultSingleTablePipelinepublic void forward(org.onosproject.net.flowobjective.ForwardingObjective forwardObjective)
forward in interface org.onosproject.net.behaviour.Pipelinerforward in class DefaultSingleTablePipelinepublic void next(org.onosproject.net.flowobjective.NextObjective nextObjective)
next in interface org.onosproject.net.behaviour.Pipelinernext in class DefaultSingleTablePipelinepublic List<String> getNextMappings(org.onosproject.net.behaviour.NextGroup nextGroup)
getNextMappings in interface org.onosproject.net.behaviour.PipelinergetNextMappings in class DefaultSingleTablePipeline