|
Rename Method public doScheduledWithRetries(runnable RetryableRunnable, retryPolicy RetryPolicy, scheduler Scheduler) : ListenableFuture<?> renamed to public withRetries(runnable RetryableRunnable, retryPolicy RetryPolicy, executor ScheduledExecutorService, initialCallSynchronous boolean) : ListenableFuture<?> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Method public doWithRetries(runnable Runnable, retryPolicy RetryPolicy, scheduler Scheduler) : ListenableFuture<?> renamed to public withRetries(runnable Runnable, retryPolicy RetryPolicy, executor ScheduledExecutorService) : ListenableFuture<?> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Method public getScheduledGetWithRetries(callable RetryableCallable<T>, retryPolicy RetryPolicy, scheduler Scheduler) : ListenableFuture<T> renamed to public withRetries(callable RetryableCallable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService, initialCallSynchronous boolean) : ListenableFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Method public getWithRetries(callable Callable<T>, retryPolicy RetryPolicy) : T renamed to public withRetries(callable Callable<T>, retryPolicy RetryPolicy) : T in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Method public getWithRetries(callable Callable<T>, retryPolicy RetryPolicy, scheduler Scheduler) : ListenableFuture<T> renamed to public withRetries(callable RetryableCallable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService) : ListenableFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Method public doScheduledWithRetries(runnable Runnable, retryPolicy RetryPolicy, scheduler Scheduler) : ListenableFuture<?> renamed to public withRetries(runnable Runnable, retryPolicy RetryPolicy, executor ScheduledExecutorService, initialCallSynchronous boolean) : ListenableFuture<?> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Method public doWithRetries(runnable RetryableRunnable, retryPolicy RetryPolicy, scheduler Scheduler) : ListenableFuture<?> renamed to public withRetries(runnable RetryableRunnable, retryPolicy RetryPolicy, executor ScheduledExecutorService) : ListenableFuture<?> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Method public getScheduledWithRetries(callable Callable<T>, retryPolicy RetryPolicy, scheduler Scheduler) : ListenableFuture<T> renamed to public withRetries(callable Callable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService, initialCallSynchronous boolean) : ListenableFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Method public doWithRetries(runnable Runnable, retryPolicy RetryPolicy) : void renamed to public withRetries(runnable Runnable, retryPolicy RetryPolicy) : void in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Parameter Type scheduler : Scheduler to executor : ScheduledExecutorService in method private call(callable ContextualCallable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService, scheduleInitialCall boolean) : ListenableFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Parameter Type scheduler : Scheduler to executor : ScheduledExecutorService in method public withRetries(callable Callable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService, initialCallSynchronous boolean) : ListenableFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Parameter Type scheduler : Scheduler to executor : ScheduledExecutorService in method package Invocation(callable Callable<?>, retryPolicy RetryPolicy, executor ScheduledExecutorService) in class net.jodah.recurrent.Invocation |
From |
To |
|
Change Parameter Type scheduler : Scheduler to executor : ScheduledExecutorService in method public withRetries(runnable RetryableRunnable, retryPolicy RetryPolicy, executor ScheduledExecutorService, initialCallSynchronous boolean) : ListenableFuture<?> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Parameter Type scheduler : Scheduler to executor : ScheduledExecutorService in method package CompletableFuture(executor ScheduledExecutorService) in class net.jodah.recurrent.CompletableFuture |
From |
To |
|
Change Parameter Type scheduler : Scheduler to executor : ScheduledExecutorService in method public withRetries(runnable RetryableRunnable, retryPolicy RetryPolicy, executor ScheduledExecutorService) : ListenableFuture<?> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Parameter Type callable : Callable<T> to callable : RetryableCallable<T> in method public withRetries(callable RetryableCallable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService) : ListenableFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Parameter Type scheduler : Scheduler to executor : ScheduledExecutorService in method public whenCompleteAsync(completionListener CompletionListener<T>, executor ScheduledExecutorService) : ListenableFuture<T> in class net.jodah.recurrent.CompletableFuture |
From |
To |
|
Change Parameter Type scheduler : Scheduler to executor : ScheduledExecutorService in method public withRetries(runnable Runnable, retryPolicy RetryPolicy, executor ScheduledExecutorService, initialCallSynchronous boolean) : ListenableFuture<?> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Parameter Type scheduler : Scheduler to executor : ScheduledExecutorService in method public withRetries(callable RetryableCallable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService, initialCallSynchronous boolean) : ListenableFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Parameter Type scheduler : Scheduler to executor : ScheduledExecutorService in method public withRetries(runnable Runnable, retryPolicy RetryPolicy, executor ScheduledExecutorService) : ListenableFuture<?> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Parameter Type scheduler : Scheduler to executor : ScheduledExecutorService in method public withRetries(callable RetryableCallable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService) : ListenableFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Parameter Type scheduler : Scheduler to executor : ScheduledExecutorService in method package initialize(callable Callable<?>, retryPolicy RetryPolicy, executor ScheduledExecutorService) : void in class net.jodah.recurrent.Invocation |
From |
To |
|
Change Parameter Type scheduler : Scheduler to executor : ScheduledExecutorService in method public whenCompleteAsync(completionListener CompletionListener<T>, executor ScheduledExecutorService) : ListenableFuture<T> in class net.jodah.recurrent.ListenableFuture |
From |
To |
|
Rename Parameter scheduler : Scheduler to executor : ScheduledExecutorService in method public withRetries(callable RetryableCallable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService) : ListenableFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Parameter scheduler : Scheduler to executor : ScheduledExecutorService in method package CompletableFuture(executor ScheduledExecutorService) in class net.jodah.recurrent.CompletableFuture |
From |
To |
|
Rename Parameter scheduler : Scheduler to executor : ScheduledExecutorService in method public withRetries(runnable RetryableRunnable, retryPolicy RetryPolicy, executor ScheduledExecutorService) : ListenableFuture<?> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Parameter scheduler : Scheduler to executor : ScheduledExecutorService in method private call(callable ContextualCallable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService, scheduleInitialCall boolean) : ListenableFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Parameter scheduler : Scheduler to executor : ScheduledExecutorService in method package Invocation(callable Callable<?>, retryPolicy RetryPolicy, executor ScheduledExecutorService) in class net.jodah.recurrent.Invocation |
From |
To |
|
Rename Parameter scheduler : Scheduler to executor : ScheduledExecutorService in method package initialize(callable Callable<?>, retryPolicy RetryPolicy, executor ScheduledExecutorService) : void in class net.jodah.recurrent.Invocation |
From |
To |
|
Rename Parameter scheduler : Scheduler to executor : ScheduledExecutorService in method public whenCompleteAsync(completionListener CompletionListener<T>, executor ScheduledExecutorService) : ListenableFuture<T> in class net.jodah.recurrent.ListenableFuture |
From |
To |
|
Rename Parameter scheduler : Scheduler to executor : ScheduledExecutorService in method public withRetries(runnable Runnable, retryPolicy RetryPolicy, executor ScheduledExecutorService, initialCallSynchronous boolean) : ListenableFuture<?> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Parameter scheduler : Scheduler to executor : ScheduledExecutorService in method public whenCompleteAsync(completionListener CompletionListener<T>, executor ScheduledExecutorService) : ListenableFuture<T> in class net.jodah.recurrent.CompletableFuture |
From |
To |
|
Rename Parameter scheduler : Scheduler to executor : ScheduledExecutorService in method public withRetries(callable Callable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService, initialCallSynchronous boolean) : ListenableFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Parameter scheduler : Scheduler to executor : ScheduledExecutorService in method public withRetries(callable RetryableCallable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService, initialCallSynchronous boolean) : ListenableFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Parameter scheduler : Scheduler to executor : ScheduledExecutorService in method public withRetries(runnable RetryableRunnable, retryPolicy RetryPolicy, executor ScheduledExecutorService, initialCallSynchronous boolean) : ListenableFuture<?> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Parameter scheduler : Scheduler to executor : ScheduledExecutorService in method public withRetries(runnable Runnable, retryPolicy RetryPolicy, executor ScheduledExecutorService) : ListenableFuture<?> in class net.jodah.recurrent.Recurrent |
From |
To |