Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.FlowRemoved
Packages that use FlowRemoved
Package
Description
-
Uses of FlowRemoved in org.opendaylight.openflowplugin.api.openflow.device.handlers
Methods in org.opendaylight.openflowplugin.api.openflow.device.handlers with parameters of type FlowRemovedModifier and TypeMethodDescriptionvoid
DeviceReplyProcessor.processFlowRemovedMessage
(FlowRemoved flowRemoved) Method process async flow removed from device. -
Uses of FlowRemoved in org.opendaylight.openflowplugin.impl.device
Methods in org.opendaylight.openflowplugin.impl.device with parameters of type FlowRemovedModifier and TypeMethodDescriptionvoid
DeviceContextImpl.processFlowRemovedMessage
(FlowRemoved flowRemoved) -
Uses of FlowRemoved in org.opendaylight.openflowplugin.impl.translator
Methods in org.opendaylight.openflowplugin.impl.translator with parameters of type FlowRemovedModifier and TypeMethodDescriptionFlowRemovedTranslator.translate
(FlowRemoved input, DeviceInfo deviceInfo, Object connectionDistinguisher) protected MatchBuilder
FlowRemovedTranslator.translateMatch
(FlowRemoved flowRemoved, DeviceInfo deviceInfo) protected MatchBuilder
FlowRemovedV10Translator.translateMatch
(FlowRemoved flowRemoved, DeviceInfo deviceInfo) protected org.opendaylight.yangtools.yang.common.Uint8
FlowRemovedTranslator.translateTableId
(FlowRemoved flowRemoved) Translate the table ID in the FLOW_REMOVED message to SAL table ID.protected org.opendaylight.yangtools.yang.common.Uint8
FlowRemovedV10Translator.translateTableId
(FlowRemoved flowRemoved) Always returns zero because OF10 FLOW_REMOVED doesn't contain table ID. -
Uses of FlowRemoved in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731
Subinterfaces of FlowRemoved in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731Modifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module openflow-protocolMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731 that return types with arguments of type FlowRemovedModifier and TypeMethodDescriptionClass<? extends FlowRemoved>
FlowRemoved.implementedInterface()
Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731 with parameters of type FlowRemoved