Class HwvtepDeviceMcastMacUpdateJob
- java.lang.Object
 - 
- org.opendaylight.netvirt.elan.l2gw.jobs.HwvtepDeviceMcastMacUpdateJob
 
 
- 
- All Implemented Interfaces:
 java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
public class HwvtepDeviceMcastMacUpdateJob extends java.lang.Object implements java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>> 
- 
- 
Constructor Summary
Constructors Constructor Description HwvtepDeviceMcastMacUpdateJob(ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, java.lang.String elanName, L2GatewayDevice l2GatewayDevice) 
- 
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>>call()java.lang.StringgetJobKey() 
 - 
 
- 
- 
Constructor Detail
- 
HwvtepDeviceMcastMacUpdateJob
public HwvtepDeviceMcastMacUpdateJob(ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, java.lang.String elanName, L2GatewayDevice l2GatewayDevice)
 
 - 
 
- 
Method Detail
- 
getJobKey
public java.lang.String getJobKey()
 
- 
call
public java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> call()
- Specified by:
 callin interfacejava.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
 
 - 
 
 -