Class ElanL2GatewayBcGroupUtils
- java.lang.Object
-
- org.opendaylight.netvirt.elan.l2gw.utils.ElanL2GatewayBcGroupUtils
-
@Singleton public class ElanL2GatewayBcGroupUtils extends java.lang.Object
The utility class to handle ELAN L2 Gateway related to multicast.
-
-
Constructor Summary
Constructors Constructor Description ElanL2GatewayBcGroupUtils(org.opendaylight.mdsal.binding.api.DataBroker db, ElanRefUtil elanRefUtil, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager mdsalApiManager, ElanInstanceDpnsCache elanInstanceDpnsCache, ElanItmUtils elanItmUtils)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>
updateBcGroupForAllDpns(java.lang.String elanName, L2GatewayDevice device, boolean createCase)
void
updateRemoteBroadcastGroupForAllElanDpns(ElanInstance elanInfo)
-
-
-
Constructor Detail
-
ElanL2GatewayBcGroupUtils
@Inject public ElanL2GatewayBcGroupUtils(org.opendaylight.mdsal.binding.api.DataBroker db, ElanRefUtil elanRefUtil, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager mdsalApiManager, ElanInstanceDpnsCache elanInstanceDpnsCache, ElanItmUtils elanItmUtils)
-
-
Method Detail
-
updateBcGroupForAllDpns
public java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> updateBcGroupForAllDpns(java.lang.String elanName, L2GatewayDevice device, boolean createCase)
-
updateRemoteBroadcastGroupForAllElanDpns
public void updateRemoteBroadcastGroupForAllElanDpns(ElanInstance elanInfo)
-
-