Uses of Class
org.opendaylight.netvirt.elan.utils.ElanUtils
-
-
Uses of ElanUtils in org.opendaylight.netvirt.elan.evpn.utils
Constructors in org.opendaylight.netvirt.elan.evpn.utils with parameters of type ElanUtils Constructor Description EvpnMacVrfUtils(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.IdManagerService idManager, ElanEvpnFlowUtils elanEvpnFlowUtils, org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager mdsalManager, EvpnUtils evpnUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, ElanUtils elanUtils, ElanInstanceCache elanInstanceCache)
EvpnUtils(org.opendaylight.controller.md.sal.binding.api.DataBroker broker, org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager interfaceManager, ElanUtils elanUtils, org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.rpcs.rev160406.ItmRpcService itmRpcService, IVpnManager vpnManager, IBgpManager bgpManager, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, ElanInstanceCache elanInstanceCache)
-
Uses of ElanUtils in org.opendaylight.netvirt.elan.internal
Constructors in org.opendaylight.netvirt.elan.internal with parameters of type ElanUtils Constructor Description ElanInterfaceManager(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.IdManagerService managerService, org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager mdsalApiManager, org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager interfaceManager, ElanForwardingEntriesHandler elanForwardingEntriesHandler, INeutronVpnManager neutronVpnManager, ElanItmUtils elanItmUtils, ElanEtreeUtils elanEtreeUtils, ElanL2GatewayUtils elanL2GatewayUtils, ElanUtils elanUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, ElanInstanceCache elanInstanceCache, ElanInterfaceCache elanInterfaceCache, ElanServiceRecoveryHandler elanServiceRecoveryHandler, ElanGroupCache elanGroupCache, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry)
ElanInterfaceStateClusteredListener(org.opendaylight.controller.md.sal.binding.api.DataBroker broker, ElanInterfaceManager elanInterfaceManager, ElanUtils elanUtils, ElanClusterUtils elanClusterUtils)
ElanLearntVpnVipToPortListener(org.opendaylight.controller.md.sal.binding.api.DataBroker broker, org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager interfaceManager, ElanUtils elanUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, ElanInstanceCache elanInstanceCache, ElanInterfaceCache elanInterfaceCache)
ElanPacketInHandler(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager interfaceManager, ElanUtils elanUtils, EvpnUtils evpnUtils, ElanL2GatewayUtils elanL2GatewayUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, ElanInstanceCache elanInstanceCache, ElanManagerCounters elanManagerCounters)
ElanServiceProvider(org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.IdManagerService idManager, org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager interfaceManager, ElanBridgeManager bridgeMgr, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, ElanUtils elanUtils, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipService, org.opendaylight.ovsdb.utils.southbound.utils.SouthboundUtils southboundUtils, ElanInstanceCache elanInstanceCache, ElanInterfaceCache elanInterfaceCache, org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager mdsalManager)
ElanSmacFlowEventListener(org.opendaylight.controller.md.sal.binding.api.DataBroker broker, org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager interfaceManager, ElanUtils elanUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, ElanInstanceCache elanInstanceCache)
ElanTunnelInterfaceStateListener(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, ElanInterfaceManager elanInterfaceManager, ElanUtils elanUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator)
-
Uses of ElanUtils in org.opendaylight.netvirt.elan.l2gw.listeners
Constructors in org.opendaylight.netvirt.elan.l2gw.listeners with parameters of type ElanUtils Constructor Description ElanGroupListener(org.opendaylight.controller.md.sal.binding.api.DataBroker db, ElanClusterUtils elanClusterUtils, ElanUtils elanUtils, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, ElanInstanceCache elanInstanceCache)
HwvtepRemoteMcastMacListener(org.opendaylight.controller.md.sal.binding.api.DataBroker broker, ElanUtils elanUtils, java.lang.String logicalSwitchName, L2GatewayDevice l2GatewayDevice, java.util.List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress> expectedPhyLocatorIps, java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>> task, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, org.opendaylight.genius.utils.hwvtep.HwvtepNodeHACache hwvtepNodeHACache)
Instantiates a new remote mcast mac listener. -
Uses of ElanUtils in org.opendaylight.netvirt.elan.l2gw.utils
Constructors in org.opendaylight.netvirt.elan.l2gw.utils with parameters of type ElanUtils Constructor Description ElanL2GatewayMulticastUtils(ElanItmUtils elanItmUtils, ElanUtils elanUtils, org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager mdsalManager, org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager interfaceManager, ElanRefUtil elanRefUtil)
ElanL2GatewayUtils(org.opendaylight.controller.md.sal.binding.api.DataBroker broker, ElanDmacUtils elanDmacUtils, ElanItmUtils elanItmUtils, ElanClusterUtils elanClusterUtils, org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.OdlInterfaceRpcService interfaceManagerRpcService, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, ElanUtils elanUtils, Scheduler scheduler, ElanConfig elanConfig, ElanInstanceCache elanInstanceCache, ElanInstanceDpnsCache elanInstanceDpnsCache)
-
Uses of ElanUtils in org.opendaylight.netvirt.elan.utils
Constructors in org.opendaylight.netvirt.elan.utils with parameters of type ElanUtils Constructor Description ElanForwardingEntriesHandler(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, ElanUtils elanUtils)
-