Class DefaultSingleTablePipeline

  • All Implemented Interfaces:
    org.onosproject.net.behaviour.Pipeliner, org.onosproject.net.driver.Behaviour, org.onosproject.net.driver.HandlerBehaviour
    Direct Known Subclasses:
    AristaPipeliner, CiscoN9kPipeliner, JuniperQfx5100Pipeliner, OpenVSwitchPipeline

    public class DefaultSingleTablePipeline
    extends org.onosproject.net.driver.AbstractHandlerBehaviour
    implements org.onosproject.net.behaviour.Pipeliner
    Simple single table pipeline abstraction.
    • Field Summary

      • Fields inherited from interface org.onosproject.net.behaviour.Pipeliner

        ACCUMULATOR_ENABLED
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void filter​(org.onosproject.net.flowobjective.FilteringObjective filter)  
      void forward​(org.onosproject.net.flowobjective.ForwardingObjective fwd)  
      java.util.List<java.lang.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)  
      • Methods inherited from class org.onosproject.net.driver.AbstractHandlerBehaviour

        handler, setHandler
      • Methods inherited from class org.onosproject.net.driver.AbstractBehaviour

        data, setData
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.onosproject.net.driver.Behaviour

        data, setData
      • Methods inherited from interface org.onosproject.net.driver.HandlerBehaviour

        handler, setHandler
    • Constructor Detail

      • DefaultSingleTablePipeline

        public DefaultSingleTablePipeline()
    • Method Detail

      • init

        public void init​(org.onosproject.net.DeviceId deviceId,
                         org.onosproject.net.behaviour.PipelinerContext context)
        Specified by:
        init in interface org.onosproject.net.behaviour.Pipeliner
      • filter

        public void filter​(org.onosproject.net.flowobjective.FilteringObjective filter)
        Specified by:
        filter in interface org.onosproject.net.behaviour.Pipeliner
      • forward

        public void forward​(org.onosproject.net.flowobjective.ForwardingObjective fwd)
        Specified by:
        forward in interface org.onosproject.net.behaviour.Pipeliner
      • next

        public void next​(org.onosproject.net.flowobjective.NextObjective nextObjective)
        Specified by:
        next in interface org.onosproject.net.behaviour.Pipeliner
      • getNextMappings

        public java.util.List<java.lang.String> getNextMappings​(org.onosproject.net.behaviour.NextGroup nextGroup)
        Specified by:
        getNextMappings in interface org.onosproject.net.behaviour.Pipeliner