Package org.onosproject.driver.traceable
Class OfdpaPipelineTraceable
- java.lang.Object
-
- org.onosproject.net.driver.AbstractBehaviour
-
- org.onosproject.net.driver.AbstractHandlerBehaviour
-
- org.onosproject.driver.traceable.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.PipelineTraceableImplements 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.
-
-
Constructor Summary
Constructors Constructor Description OfdpaPipelineTraceable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.onosproject.net.PipelineTraceableOutputapply(org.onosproject.net.PipelineTraceableInput input)voidinit()-
Methods inherited from class org.onosproject.net.driver.AbstractHandlerBehaviour
handler, setHandler
-
-
-
-
Method Detail
-
init
public void init()
- Specified by:
initin interfaceorg.onosproject.net.behaviour.PipelineTraceable
-
apply
public org.onosproject.net.PipelineTraceableOutput apply(org.onosproject.net.PipelineTraceableInput input)
- Specified by:
applyin interfaceorg.onosproject.net.behaviour.PipelineTraceable
-
-