Uses of Interface
org.opendaylight.infrautils.jobcoordinator.RollbackCallable
-
Packages that use RollbackCallable Package Description org.opendaylight.infrautils.jobcoordinator JobCoordinator
API.org.opendaylight.infrautils.jobcoordinator.internal JobCoordinator
Implementation. -
-
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 void
JobCoordinator. 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..void
JobCoordinator. 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 void
JobCoordinatorImpl. enqueueJob(String key, Callable<List<? extends com.google.common.util.concurrent.ListenableFuture<?>>> mainWorker, RollbackCallable rollbackWorker, int maxRetries)
void
OSGiJobCoordinator. enqueueJob(String key, Callable<List<? extends com.google.common.util.concurrent.ListenableFuture<?>>> mainWorker, RollbackCallable rollbackWorker, int maxRetries)
-