Class CleanUpJob

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

    public class CleanUpJob
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
    • Constructor Summary

      Constructors 
      Constructor Description
      CleanUpJob​(IdLocalPool idLocalPool, org.opendaylight.mdsal.binding.util.ManagedNewTransactionRunner txRunner, org.opendaylight.mdsal.binding.api.DataBroker broker, java.lang.String parentPoolName, int blockSize, LockManagerService lockManager, IdUtils idUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator)  
    • 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

      • CleanUpJob

        public CleanUpJob​(IdLocalPool idLocalPool,
                          org.opendaylight.mdsal.binding.util.ManagedNewTransactionRunner txRunner,
                          org.opendaylight.mdsal.binding.api.DataBroker broker,
                          java.lang.String parentPoolName,
                          int blockSize,
                          LockManagerService lockManager,
                          IdUtils idUtils,
                          org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator)
    • 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<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
        Throws:
        java.lang.Exception