Class InterVpnLinkCleanedCheckerTask
- java.lang.Object
-
- org.opendaylight.netvirt.vpnmanager.intervpnlink.tasks.InterVpnLinkCleanedCheckerTask
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
public class InterVpnLinkCleanedCheckerTask extends java.lang.Object implements java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
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.
-
-
Constructor Summary
Constructors Constructor Description InterVpnLinkCleanedCheckerTask(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, InterVpnLink interVpnLink, InterVpnLinkUtil interVpnLinkUtil, VpnUtil vpnUtil)
-
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
-
InterVpnLinkCleanedCheckerTask
public InterVpnLinkCleanedCheckerTask(org.opendaylight.mdsal.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 interfacejava.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
- Throws:
java.lang.Exception
-
-