Class JuniperQfx5100Pipeliner

  • All Implemented Interfaces:
    org.onosproject.net.behaviour.Pipeliner, org.onosproject.net.driver.Behaviour, org.onosproject.net.driver.HandlerBehaviour

    public class JuniperQfx5100Pipeliner
    extends DefaultSingleTablePipeline
    implements org.onosproject.net.behaviour.Pipeliner
    Juniper QFX5100 Series Switch single table pipeline abstraction.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.onosproject.net.device.DeviceService deviceService  
      • 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 filterObjective)  
      void forward​(org.onosproject.net.flowobjective.ForwardingObjective forwardObjective)  
      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
    • Field Detail

      • deviceService

        protected org.onosproject.net.device.DeviceService deviceService
    • Constructor Detail

      • JuniperQfx5100Pipeliner

        public JuniperQfx5100Pipeliner()
    • 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
        Overrides:
        init in class DefaultSingleTablePipeline
      • filter

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

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

        public void next​(org.onosproject.net.flowobjective.NextObjective nextObjective)
        Specified by:
        next in interface org.onosproject.net.behaviour.Pipeliner
        Overrides:
        next in class DefaultSingleTablePipeline
      • 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
        Overrides:
        getNextMappings in class DefaultSingleTablePipeline