Class OfdpaPipelineTraceable

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

    public class OfdpaPipelineTraceable
    extends org.onosproject.net.driver.AbstractHandlerBehaviour
    implements org.onosproject.net.behaviour.PipelineTraceable
    Implements a driver behavior that enables a logical probe packet to traverse the device pipeline and to return dataplane entities that matched against the logical probe packet.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.onosproject.net.PipelineTraceableOutput apply​(org.onosproject.net.PipelineTraceableInput input)  
      void init()  
      • 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

      • OfdpaPipelineTraceable

        public OfdpaPipelineTraceable()
    • Method Detail

      • init

        public void init()
        Specified by:
        init in interface org.onosproject.net.behaviour.PipelineTraceable
      • apply

        public org.onosproject.net.PipelineTraceableOutput apply​(org.onosproject.net.PipelineTraceableInput input)
        Specified by:
        apply in interface org.onosproject.net.behaviour.PipelineTraceable