Class InterVpnLinkCleanedCheckerTask

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

    public class InterVpnLinkCleanedCheckerTask
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>
    This Task is in charge of checking that all stuff related to a given InterVpnLink has been removed, like the stateful information, leaked vrfEntries, etc.
    • 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

      • InterVpnLinkCleanedCheckerTask

        public InterVpnLinkCleanedCheckerTask​(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
                                              InterVpnLink interVpnLink,
                                              InterVpnLinkUtil interVpnLinkUtil,
                                              VpnUtil vpnUtil)
    • Method Detail

      • call

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