Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)
    • Method Detail

      • call

        public java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> call()
        Specified by:
        call in interface java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>