Class OpenVSwitchPipeline

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

    public class OpenVSwitchPipeline
    extends DefaultSingleTablePipeline
    implements org.onosproject.net.behaviour.Pipeliner
    Driver for standard OpenVSwitch.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.onosproject.core.ApplicationId appId  
      protected org.onosproject.net.DeviceId deviceId  
      protected org.onosproject.net.device.DeviceService deviceService  
      protected org.onosproject.net.flowobjective.FlowObjectiveStore flowObjectiveStore  
      protected org.onosproject.net.flow.FlowRuleService flowRuleService  
      • 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 filteringObjective)  
      void forward​(org.onosproject.net.flowobjective.ForwardingObjective fwd)  
      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
      • Methods inherited from interface org.onosproject.net.behaviour.Pipeliner

        cleanUp, getNextMappings, isReady
    • Field Detail

      • flowObjectiveStore

        protected org.onosproject.net.flowobjective.FlowObjectiveStore flowObjectiveStore
      • deviceId

        protected org.onosproject.net.DeviceId deviceId
      • appId

        protected org.onosproject.core.ApplicationId appId
      • flowRuleService

        protected org.onosproject.net.flow.FlowRuleService flowRuleService
      • deviceService

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

      • OpenVSwitchPipeline

        public OpenVSwitchPipeline()
    • 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 filteringObjective)
        Specified by:
        filter in interface org.onosproject.net.behaviour.Pipeliner
        Overrides:
        filter in class DefaultSingleTablePipeline
      • forward

        public void forward​(org.onosproject.net.flowobjective.ForwardingObjective fwd)
        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