Class DeleteLogicalSwitchJob

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>

    public class DeleteLogicalSwitchJob
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>
    The Class DeleteLogicalSwitchJob.
    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteLogicalSwitchJob​(org.opendaylight.controller.md.sal.binding.api.DataBroker broker, ElanL2GatewayUtils elanL2GatewayUtils, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId hwvtepNodeId, java.lang.String logicalSwitchName, boolean clearUcast)  
    • 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()  
      void cancel()  
      java.lang.String getJobKey()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeleteLogicalSwitchJob

        public DeleteLogicalSwitchJob​(org.opendaylight.controller.md.sal.binding.api.DataBroker broker,
                                      ElanL2GatewayUtils elanL2GatewayUtils,
                                      org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId hwvtepNodeId,
                                      java.lang.String logicalSwitchName,
                                      boolean clearUcast)
    • Method Detail

      • cancel

        public void cancel()
      • getJobKey

        public java.lang.String getJobKey()
      • 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>>>