Uses of Class
org.opendaylight.netvirt.elan.l2gw.utils.ElanRefUtil
-
Packages that use ElanRefUtil Package Description org.opendaylight.netvirt.elan.internal org.opendaylight.netvirt.elan.l2gw.jobs org.opendaylight.netvirt.elan.l2gw.utils -
-
Uses of ElanRefUtil in org.opendaylight.netvirt.elan.internal
Constructors in org.opendaylight.netvirt.elan.internal with parameters of type ElanRefUtil Constructor Description ElanDpnInterfaceClusteredListener(org.opendaylight.controller.md.sal.binding.api.DataBroker broker, org.opendaylight.genius.utils.clustering.EntityOwnershipUtils entityOwnershipUtils, ElanL2GatewayUtils elanL2GatewayUtils, ElanClusterUtils elanClusterUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, ElanInstanceCache elanInstanceCache, ElanInstanceDpnsCache elanInstanceDpnsCache, ElanRefUtil elanRefUtil, ElanDmacUtils elanDmacUtils, ElanItmUtils elanItmUtils)
ElanExtnTepListener(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, ElanInstanceCache elanInstanceCache, ElanRefUtil elanRefUtil)
-
Uses of ElanRefUtil in org.opendaylight.netvirt.elan.l2gw.jobs
Methods in org.opendaylight.netvirt.elan.l2gw.jobs with parameters of type ElanRefUtil Modifier and Type Method Description static void
DpnDmacJob. installDmacFromL2gws(java.lang.String elanName, DpnInterfaces dpnInterfaces, ElanL2GatewayUtils elanL2GatewayUtils, ElanRefUtil elanRefUtil, ElanDmacUtils elanDmacUtils)
static void
DpnDmacJob. uninstallDmacFromL2gws(java.lang.String elanName, DpnInterfaces dpnInterfaces, ElanL2GatewayUtils elanL2GatewayUtils, ElanRefUtil elanRefUtil, ElanDmacUtils elanDmacUtils)
static void
BcGroupUpdateJob. updateAllBcGroups(java.lang.String elanName, ElanRefUtil elanRefUtil, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, boolean createCase)
Constructors in org.opendaylight.netvirt.elan.l2gw.jobs with parameters of type ElanRefUtil Constructor Description AssociateHwvtepToElanJob(org.opendaylight.controller.md.sal.binding.api.DataBroker broker, ElanL2GatewayUtils elanL2GatewayUtils, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, ElanInstanceCache elanInstanceCache, L2GatewayDevice l2GatewayDevice, ElanInstance elanInstance, org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.attributes.Devices l2Device, java.lang.Integer defaultVlan, ElanRefUtil elanRefUtil)
BcGroupUpdateJob(java.lang.String elanName, ElanRefUtil elanRefUtil, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, boolean createCase)
DpnDmacJob(java.lang.String elanName, DpnInterfaces dpnInterfaces, java.lang.String nodeId, boolean added, ElanL2GatewayUtils elanL2GatewayUtils, ElanRefUtil elanRefUtil, ElanDmacUtils elanDmacUtils)
LogicalSwitchAddedJob(ElanL2GatewayUtils elanL2GatewayUtils, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, java.lang.String logicalSwitchName, org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.attributes.Devices physicalDevice, L2GatewayDevice l2GatewayDevice, java.lang.Integer defaultVlanId, ElanRefUtil elanRefUtil, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker)
-
Uses of ElanRefUtil in org.opendaylight.netvirt.elan.l2gw.utils
Constructors in org.opendaylight.netvirt.elan.l2gw.utils with parameters of type ElanRefUtil Constructor Description ElanL2GatewayMulticastUtils(ElanItmUtils elanItmUtils, ElanUtils elanUtils, org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager mdsalManager, org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager interfaceManager, ElanRefUtil elanRefUtil)
L2GatewayConnectionUtils(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, ElanClusterUtils elanClusterUtils, ElanL2GatewayUtils elanL2GatewayUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, L2GatewayCache l2GatewayCache, HAOpClusteredListener haOpClusteredListener, ElanInstanceCache elanInstanceCache, org.opendaylight.genius.utils.hwvtep.HwvtepNodeHACache hwvtepNodeHACache, ElanRefUtil elanRefUtil, L2GatewayServiceRecoveryHandler l2GatewayServiceRecoveryHandler, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry)
-