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
-
Method Summary
Modifier and TypeMethodDescriptionprotected MatchBuilder
translateMatch
(FlowRemoved flowRemoved, DeviceInfo deviceInfo) protected org.opendaylight.yangtools.yang.common.Uint8
translateTableId
(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:
translateMatch
in classFlowRemovedTranslator
-
translateTableId
Always returns zero because OF10 FLOW_REMOVED doesn't contain table ID.- Overrides:
translateTableId
in classFlowRemovedTranslator
- Parameters:
flowRemoved
- FLOW_REMOVED message.- Returns:
- Zero.
-