Uses of Class
org.opendaylight.openflowplugin.extension.api.AugmentTuple
-
Packages that use AugmentTuple Package Description org.opendaylight.openflowplugin.extension.api org.opendaylight.openflowplugin.openflow.md.core.extension -
-
Uses of AugmentTuple in org.opendaylight.openflowplugin.extension.api
Subclasses of AugmentTuple in org.opendaylight.openflowplugin.extension.api Modifier and Type Class Description class
ExtensionAugment<T extends org.opendaylight.yangtools.yang.binding.Augmentation<Extension>>
Extension augmentation. -
Uses of AugmentTuple in org.opendaylight.openflowplugin.openflow.md.core.extension
Methods in org.opendaylight.openflowplugin.openflow.md.core.extension that return AugmentTuple Modifier and Type Method Description static <E extends org.opendaylight.yangtools.yang.binding.Augmentable<E>>
AugmentTuple<E>MatchExtensionHelper. processAllExtensions(Collection<MatchEntry> matchEntries, OpenflowVersion ofVersion, MatchPath matchPath)
Processes all extensions.
-