Class DhcpInterfaceUpdateJob
- java.lang.Object
-
- org.opendaylight.netvirt.dhcpservice.jobs.DhcpInterfaceUpdateJob
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
public class DhcpInterfaceUpdateJob extends java.lang.Object implements java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
-
-
Constructor Summary
Constructors Constructor Description DhcpInterfaceUpdateJob(DhcpExternalTunnelManager dhcpExternalTunnelManager, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, java.lang.String interfaceName, org.opendaylight.yangtools.yang.common.Uint64 dpnId, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface.OperStatus operStatus, org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager interfaceManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<com.google.common.util.concurrent.ListenableFuture<?>>
call()
-
-
-
Constructor Detail
-
DhcpInterfaceUpdateJob
public DhcpInterfaceUpdateJob(DhcpExternalTunnelManager dhcpExternalTunnelManager, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, java.lang.String interfaceName, org.opendaylight.yangtools.yang.common.Uint64 dpnId, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface.OperStatus operStatus, org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager interfaceManager)
-
-