Uses of Enum Class
org.opendaylight.openflowplugin.extension.api.path.ActionPath
Package
Description
-
Uses of ActionPath in org.opendaylight.openflowplugin.extension.api
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.ObjectRegistration
<ConvertorActionFromOFJava<Action, ActionPath>> ExtensionConverterRegistrator.registerActionConvertor
(ActionSerializerKey<?> key, ConvertorActionFromOFJava<Action, ActionPath> converter) Registers an action converter.Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.ObjectRegistration
<ConvertorActionFromOFJava<Action, ActionPath>> ExtensionConverterRegistrator.registerActionConvertor
(ActionSerializerKey<?> key, ConvertorActionFromOFJava<Action, ActionPath> converter) Registers an action converter. -
Uses of ActionPath in org.opendaylight.openflowplugin.extension.api.path
Modifier and TypeMethodDescriptionstatic ActionPath
Returns the enum constant of this class with the specified name.static ActionPath[]
ActionPath.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ActionPath in org.opendaylight.openflowplugin.extension.vendor.nicira.convertor.action
Modifier and TypeMethodDescriptionConntrackConvertor.convert
(Action input, ActionPath path) CtClearConvertor.convert
(Action input, ActionPath path) DecapConvertor.convert
(Action input, ActionPath path) DecNshTtlConvertor.convert
(Action input, ActionPath path) EncapConvertor.convert
(Action input, ActionPath path) FinTimeoutConvertor.convert
(Action input, ActionPath path) LearnConvertor.convert
(Action input, ActionPath path) MultipathConvertor.convert
(Action input, ActionPath path) OutputReg2Convertor.convert
(Action input, ActionPath path) OutputRegConvertor.convert
(Action input, ActionPath path) RegLoad2Convertor.convert
(Action input, ActionPath path) RegLoadConvertor.convert
(Action input, ActionPath path) RegMoveConvertor.convert
(Action input, ActionPath path) ResubmitConvertor.convert
(Action input, ActionPath path) -
Uses of ActionPath in org.opendaylight.openflowplugin.impl.protocol.deserialization.instruction
ModifierConstructorDescriptionAbstractActionInstructionDeserializer
(ActionPath actionPath) Create new instacte of action instruction deserializer. -
Uses of ActionPath in org.opendaylight.openflowplugin.impl.protocol.deserialization.key
ModifierConstructorDescriptionMessageCodeActionExperimenterKey
(org.opendaylight.yangtools.yang.common.Uint8 version, int value, Class<?> clazz, ActionPath actionPath, Long experimenterId) Constructor. -
Uses of ActionPath in org.opendaylight.openflowplugin.impl.protocol.deserialization.util
Modifier and TypeMethodDescriptionstatic Action
ActionUtil.readAction
(org.opendaylight.yangtools.yang.common.Uint8 version, io.netty.buffer.ByteBuf message, DeserializerRegistry registry, ActionPath path) Deserialize OpenFlow action, using extension converter if available.static Action
ActionUtil.readActionHeader
(org.opendaylight.yangtools.yang.common.Uint8 version, io.netty.buffer.ByteBuf message, DeserializerRegistry registry, ActionPath path) Deserialize OpenFlow action header, using extension converter if available. -
Uses of ActionPath in org.opendaylight.openflowplugin.openflow.md.core.extension
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.ObjectRegistration
<ConvertorActionFromOFJava<Action, ActionPath>> ExtensionConverterManagerImpl.registerActionConvertor
(ActionSerializerKey<?> key, ConvertorActionFromOFJava<Action, ActionPath> convertor) Modifier and TypeMethodDescriptionstatic Action
ActionExtensionHelper.processAlienAction
(Action action, OpenflowVersion ofVersion, ActionPath actionPath) Processes an alien action.Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.ObjectRegistration
<ConvertorActionFromOFJava<Action, ActionPath>> ExtensionConverterManagerImpl.registerActionConvertor
(ActionSerializerKey<?> key, ConvertorActionFromOFJava<Action, ActionPath> convertor) -
Uses of ActionPath in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.action.data
Modifier and TypeMethodDescriptionvoid
ActionResponseConvertorData.setActionPath
(ActionPath actionPath) Sets action path.