public interface PathMapContext extends FlowMatchContext
PathMapContext describes a runtime context to evaluate path map
against packets.| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return a brief description of the ethernet frame in this context.
|
FlowCondReader |
getFlowCondReader()
Return the flow condition reader associated with the current MD-SAL
datastore transaction.
|
VTNManagerProvider |
getProvider()
Return the VTN Manager provider.
|
void |
setFlowTimeout(int idle,
int hard)
Set timeout for the ingress flow.
|
addMatchField, addUnicastMatchFields, hasMatchFieldgetEtherHeader, getHeaderDescription, getInetHeader, getLayer4HeaderVTNManagerProvider getProvider()
VTNManagerProvider instance.FlowCondReader getFlowCondReader()
FlowCondReader instance.void setFlowTimeout(int idle,
int hard)
idle - An idle timeout for the ingress flow.hard - A hard timeout for the ingress flow.String getDescription()
Copyright © 2018 OpenDaylight. All rights reserved.