Class NokiaOltPipeline

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

    public class NokiaOltPipeline
    extends org.onosproject.net.driver.AbstractHandlerBehaviour
    implements org.onosproject.net.behaviour.Pipeliner
    Pipeliner for OLT device.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.onlab.util.KryoNamespace appKryo  
      protected org.onosproject.net.flowobjective.FlowObjectiveStore flowObjectiveStore  
      • 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
    • Field Detail

      • flowObjectiveStore

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

        protected static org.onlab.util.KryoNamespace appKryo
    • Constructor Detail

      • NokiaOltPipeline

        public NokiaOltPipeline()
    • 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