Uses of Enum Class
org.opendaylight.openflowplugin.extension.api.path.ActionPath
Packages that use ActionPath
Package
Description
-
Uses of ActionPath in org.opendaylight.openflowplugin.extension.api
Methods in org.opendaylight.openflowplugin.extension.api that return types with arguments of type ActionPathModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionFromOFJava<Action,
ActionPath>> ExtensionConverterRegistrator.registerActionConvertor
(ActionSerializerKey<?> key, ConvertorActionFromOFJava<Action, ActionPath> converter) Registers an action converter.Method parameters in org.opendaylight.openflowplugin.extension.api with type arguments of type ActionPathModifier 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
Methods in org.opendaylight.openflowplugin.extension.api.path that return ActionPathModifier 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
Methods in org.opendaylight.openflowplugin.extension.vendor.nicira.convertor.action with parameters of type ActionPathModifier 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
Constructors in org.opendaylight.openflowplugin.impl.protocol.deserialization.instruction with parameters of type ActionPathModifierConstructorDescriptionAbstractActionInstructionDeserializer
(ActionPath actionPath) Create new instacte of action instruction deserializer. -
Uses of ActionPath in org.opendaylight.openflowplugin.impl.protocol.deserialization.key
Methods in org.opendaylight.openflowplugin.impl.protocol.deserialization.key that return ActionPathConstructors in org.opendaylight.openflowplugin.impl.protocol.deserialization.key with parameters of type ActionPathModifierConstructorDescriptionMessageCodeActionExperimenterKey
(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
Methods in org.opendaylight.openflowplugin.impl.protocol.deserialization.util with parameters of type ActionPathModifier 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
Methods in org.opendaylight.openflowplugin.openflow.md.core.extension that return types with arguments of type ActionPathModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionFromOFJava<Action,
ActionPath>> ExtensionConverterManagerImpl.registerActionConvertor
(ActionSerializerKey<?> key, ConvertorActionFromOFJava<Action, ActionPath> convertor) Methods in org.opendaylight.openflowplugin.openflow.md.core.extension with parameters of type ActionPathModifier and TypeMethodDescriptionstatic Action
ActionExtensionHelper.processAlienAction
(Action action, OpenflowVersion ofVersion, ActionPath actionPath) Processes an alien action.Method parameters in org.opendaylight.openflowplugin.openflow.md.core.extension with type arguments of type ActionPathModifier 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
Methods in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.action.data that return ActionPathMethods in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.action.data with parameters of type ActionPathModifier and TypeMethodDescriptionvoid
ActionResponseConvertorData.setActionPath
(ActionPath actionPath) Sets action path.