Class FlowRemovedV10Translator
java.lang.Object
org.opendaylight.openflowplugin.impl.translator.FlowRemovedTranslator
org.opendaylight.openflowplugin.impl.translator.FlowRemovedV10Translator
- All Implemented Interfaces:
MessageTranslator<FlowRemoved,FlowRemoved>
Translate
FlowRemoved message to FlowRemoved notification (omit instructions).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MatchBuildertranslateMatch(FlowRemoved flowRemoved, DeviceInfo deviceInfo) protected org.opendaylight.yangtools.yang.common.Uint8translateTableId(FlowRemoved flowRemoved) Always returns zero because OF10 FLOW_REMOVED doesn't contain table ID.Methods inherited from class org.opendaylight.openflowplugin.impl.translator.FlowRemovedTranslator
getConvertorExecutor, translate
-
Constructor Details
-
FlowRemovedV10Translator
-
-
Method Details
-
translateMatch
- Overrides:
translateMatchin classFlowRemovedTranslator
-
translateTableId
Always returns zero because OF10 FLOW_REMOVED doesn't contain table ID.- Overrides:
translateTableIdin classFlowRemovedTranslator- Parameters:
flowRemoved- FLOW_REMOVED message.- Returns:
- Zero.
-