Uses of Class
org.opendaylight.genius.mdsalutil.MatchInfo
-
-
Uses of MatchInfo in org.opendaylight.genius.interfacemanager.globals
Methods in org.opendaylight.genius.interfacemanager.globals that return types with arguments of type MatchInfo Modifier and Type Method Description static java.util.List<MatchInfo>InterfaceServiceUtil. getLPortDispatcherMatches(short serviceIndex, int interfaceTag)static java.util.List<MatchInfo>InterfaceServiceUtil. getMatchInfoForVlanLPort(org.opendaylight.yangtools.yang.common.Uint64 dpId, long portNo, long vlanId, boolean isVlanTransparent)Method parameters in org.opendaylight.genius.interfacemanager.globals with type arguments of type MatchInfo Modifier and Type Method Description static FlowInfoKeyInterfaceServiceUtil. getFlowStatisticsKey(org.opendaylight.yangtools.yang.common.Uint64 dpId, short tableId, java.util.List<MatchInfo> matches, java.lang.String flowId)static java.util.Set<java.lang.Object>InterfaceServiceUtil. getStatRequestKeys(org.opendaylight.yangtools.yang.common.Uint64 dpId, short tableId, java.util.List<MatchInfo> matches, java.lang.String flowId, long groupId) -
Uses of MatchInfo in org.opendaylight.genius.interfacemanager.servicebindings.flowbased.utilities
Methods in org.opendaylight.genius.interfacemanager.servicebindings.flowbased.utilities that return types with arguments of type MatchInfo Modifier and Type Method Description static java.util.List<MatchInfo>FlowBasedServicesUtils. getMatchInfoForDispatcherTable(int interfaceTag, short servicePriority)static @NonNull java.util.List<MatchInfo>FlowBasedServicesUtils. getMatchInfoForTunnelPortAtIngressTable(org.opendaylight.yangtools.yang.common.Uint64 dpId, long portNo)static java.util.List<MatchInfo>FlowBasedServicesUtils. getMatchInfoForVlanPortAtIngressTable(org.opendaylight.yangtools.yang.common.Uint64 dpId, long portNo, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface iface)Method parameters in org.opendaylight.genius.interfacemanager.servicebindings.flowbased.utilities with type arguments of type MatchInfo Modifier and Type Method Description static voidFlowBasedServicesUtils. installInterfaceIngressFlow(org.opendaylight.yangtools.yang.common.Uint64 dpId, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface iface, BoundServices boundServiceNew, TypedWriteTransaction<Datastore.Configuration> tx, java.util.List<MatchInfo> matches, int lportTag, short tableId) -
Uses of MatchInfo in org.opendaylight.genius.itm.rpc
Methods in org.opendaylight.genius.itm.rpc that return types with arguments of type MatchInfo Modifier and Type Method Description java.util.List<MatchInfo>ItmManagerRpcService. getTunnelMatchesForServiceId(org.opendaylight.yangtools.yang.common.Uint16 serviceId) -
Uses of MatchInfo in org.opendaylight.genius.mdsalutil.ericmatches
Subclasses of MatchInfo in org.opendaylight.genius.mdsalutil.ericmatches Modifier and Type Class Description classEricMatchInfoHelper<T extends org.opendaylight.yangtools.yang.binding.DataObject,B extends org.opendaylight.yangtools.concepts.Builder<T>>classMatchNdOptionTypeMatchNdOptionType match. -
Uses of MatchInfo in org.opendaylight.genius.mdsalutil.matches
Subclasses of MatchInfo in org.opendaylight.genius.mdsalutil.matches Modifier and Type Class Description classMatchArpOpARP OP match.classMatchArpShaARP source hardware address match.classMatchArpSpaARP source transport address match.classMatchArpThaARP target hardware address match.classMatchArpTpaARP target transport address match.classMatchEthernetDestinationEthernet destination match.classMatchEthernetSourceEthernet source match.classMatchEthernetTypeEthernet type match.classMatchIcmpv4ICMPv4 match.classMatchIcmpv6ICMPv6 match.classMatchInfoHelper<T extends org.opendaylight.yangtools.yang.binding.DataObject,B extends org.opendaylight.yangtools.concepts.Builder<T>>Helper for matches (this is designed to be absorbed into MatchInfo once we've cleaned up downstream users).classMatchInPortIn port match.classMatchIpProtocolIP protocol match.classMatchIpv4DestinationIPv4 destination match.classMatchIpv4SourceIPv4 source match.classMatchIpv6DestinationIPv6 destination match.classMatchIpv6NdSllMatch IPv6 ND SLL match.classMatchIpv6NdTargetIPv6 ND target match.classMatchIpv6SourceIPv6 source match.classMatchMetadataMetadata match.classMatchMplsLabelMPLS label match.classMatchPbbIsidPBB ISID match.classMatchTcpDestinationPortTCP destination port match.classMatchTcpFlagsTCP flags match.classMatchTcpSourcePortTCP source port match.classMatchTunnelIdTunnel identifier match.classMatchUdpDestinationPortUDP destination port match.classMatchUdpSourcePortUDP source port match.classMatchVlanVidVLAN identifier match.
-