Uses of Interface
org.opendaylight.openflowplugin.extension.api.path.AugmentationPath
-
-
Uses of AugmentationPath in org.opendaylight.openflowplugin.extension.api
Classes in org.opendaylight.openflowplugin.extension.api with type parameters of type AugmentationPath Modifier and Type Interface Description interface
ConvertorActionFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
Convert action from OFJava-API model into MD-SAL model.interface
ConvertorFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
Convert message from OFJava-API model into MD-SAL model.interface
ConvertorMessageFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
Convert message from OFJava-API model into MD-SAL model. -
Uses of AugmentationPath in org.opendaylight.openflowplugin.extension.api.core.extension
Methods in org.opendaylight.openflowplugin.extension.api.core.extension with type parameters of type AugmentationPath Modifier and Type Method Description <F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
ConvertorActionFromOFJava<F,P>ExtensionConverterProvider. getActionConverter(MessageTypeKey<?> key)
Lookup converter.<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
ConvertorFromOFJava<F,P>ExtensionConverterProvider. getConverter(MessageTypeKey<?> key)
Lookup converter.<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
ConvertorMessageFromOFJava<F,P>ExtensionConverterProvider. getMessageConverter(MessageTypeKey<?> key)
Lookup converter for experimenter message. -
Uses of AugmentationPath in org.opendaylight.openflowplugin.extension.api.path
Classes in org.opendaylight.openflowplugin.extension.api.path that implement AugmentationPath Modifier and Type Class Description class
ActionPath
Enumerates the extension action paths.class
MatchPath
Enumerates the match paths.class
MessagePath
List of augmentation points available for experimenter symmetric message and multipart message. -
Uses of AugmentationPath in org.opendaylight.openflowplugin.extension.vendor.eric.convertor
Constructors in org.opendaylight.openflowplugin.extension.vendor.eric.convertor with parameters of type AugmentationPath Constructor Description CodecPreconditionException(AugmentationPath path)
-
Uses of AugmentationPath in org.opendaylight.openflowplugin.extension.vendor.nicira.convertor
Constructors in org.opendaylight.openflowplugin.extension.vendor.nicira.convertor with parameters of type AugmentationPath Constructor Description CodecPreconditionException(AugmentationPath path)
-
Uses of AugmentationPath in org.opendaylight.openflowplugin.openflow.md.core.extension
Classes in org.opendaylight.openflowplugin.openflow.md.core.extension with type parameters of type AugmentationPath Modifier and Type Class Description static class
RegistrationCloser.RegistrationCloserActionFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
Standalone deregistrator.static class
RegistrationCloser.RegistrationCloserFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
Standalone deregistrator.static class
RegistrationCloser.RegistrationCloserMessageFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
Standalone deregistrator.Methods in org.opendaylight.openflowplugin.openflow.md.core.extension with type parameters of type AugmentationPath Modifier and Type Method Description <F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
ConvertorActionFromOFJava<F,P>ExtensionConverterManagerImpl. getActionConverter(MessageTypeKey<?> key)
<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
ConvertorFromOFJava<F,P>ExtensionConverterManagerImpl. getConverter(MessageTypeKey<?> key)
<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
ConvertorMessageFromOFJava<F,P>ExtensionConverterManagerImpl. getMessageConverter(MessageTypeKey<?> key)
-