Class BcGroupUpdateJob
- java.lang.Object
 - 
- org.opendaylight.netvirt.elan.l2gw.jobs.BcGroupUpdateJob
 
 
- 
- All Implemented Interfaces:
 java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
public class BcGroupUpdateJob extends java.lang.Object implements java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>> 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringjobKey 
- 
Constructor Summary
Constructors Constructor Description BcGroupUpdateJob(java.lang.String elanName, ElanRefUtil elanRefUtil, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, boolean createCase) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>call()voidsubmit()static voidupdateAllBcGroups(java.lang.String elanName, ElanRefUtil elanRefUtil, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, boolean createCase) 
 - 
 
- 
- 
Constructor Detail
- 
BcGroupUpdateJob
public BcGroupUpdateJob(java.lang.String elanName, ElanRefUtil elanRefUtil, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, boolean createCase) 
 - 
 
- 
Method Detail
- 
submit
public void submit()
 
- 
call
public java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> call() throws java.lang.Exception- Specified by:
 callin interfacejava.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>- Throws:
 java.lang.Exception
 
- 
updateAllBcGroups
public static void updateAllBcGroups(java.lang.String elanName, ElanRefUtil elanRefUtil, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, boolean createCase) 
 - 
 
 -