Class DhcpInterfaceUpdateJob
- java.lang.Object
-
- org.opendaylight.netvirt.dhcpservice.jobs.DhcpInterfaceUpdateJob
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>
public class DhcpInterfaceUpdateJob extends java.lang.Object implements java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>
-
-
Constructor Summary
Constructors Constructor Description DhcpInterfaceUpdateJob(DhcpExternalTunnelManager dhcpExternalTunnelManager, org.opendaylight.controller.md.sal.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<java.lang.Void>>
call()
-
-
-
Constructor Detail
-
DhcpInterfaceUpdateJob
public DhcpInterfaceUpdateJob(DhcpExternalTunnelManager dhcpExternalTunnelManager, org.opendaylight.controller.md.sal.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)
-
-