Uses of Interface
org.opendaylight.infrautils.jobcoordinator.RollbackCallable
- 
Packages that use RollbackCallable Package Description org.opendaylight.infrautils.jobcoordinator JobCoordinatorAPI.org.opendaylight.infrautils.jobcoordinator.internal JobCoordinatorImplementation. - 
- 
Uses of RollbackCallable in org.opendaylight.infrautils.jobcoordinator
Methods in org.opendaylight.infrautils.jobcoordinator with parameters of type RollbackCallable Modifier and Type Method Description default voidJobCoordinator. enqueueJob(String key, Callable<List<? extends com.google.common.util.concurrent.ListenableFuture<?>>> mainWorker, RollbackCallable rollbackWorker)Enqueues a job with a rollback task and DEFAULT_MAX_RETRIES (3) retries..voidJobCoordinator. enqueueJob(String key, Callable<List<? extends com.google.common.util.concurrent.ListenableFuture<?>>> mainWorker, RollbackCallable rollbackWorker, int maxRetries)Enqueues a job with a rollback task and max retries. - 
Uses of RollbackCallable in org.opendaylight.infrautils.jobcoordinator.internal
Methods in org.opendaylight.infrautils.jobcoordinator.internal with parameters of type RollbackCallable Modifier and Type Method Description voidJobCoordinatorImpl. enqueueJob(String key, Callable<List<? extends com.google.common.util.concurrent.ListenableFuture<?>>> mainWorker, RollbackCallable rollbackWorker, int maxRetries)voidOSGiJobCoordinator. enqueueJob(String key, Callable<List<? extends com.google.common.util.concurrent.ListenableFuture<?>>> mainWorker, RollbackCallable rollbackWorker, int maxRetries) 
 -