|
Change Variable Type i : int to i : long in method public run() : void in class org.redisson.executor.ScheduledLongRepeatableTask |
From |
To |
|
Change Variable Type future : Future<List<?>> to future : Future<Void> in method private invokeMethod(remoteInterface Class<T>, requestQueue RBlockingQueue<RemoteServiceRequest>, request RemoteServiceRequest, method RemoteServiceMethod, responseName String, executor ExecutorService, cancelRequestFuture RFuture<RemoteServiceCancelRequest>, responseHolder AtomicReference<RRemoteServiceResponse>) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Variable Type cancelRequestQueue : RBlockingQueue<RemoteServiceCancelRequest> to canceledRequests : RMap<String,RemoteServiceCancelRequest> in method private cancelExecution(optionsCopy RemoteInvocationOptions, responseName String, request RemoteServiceRequest, mayInterruptIfRunning boolean, canceRequestName String, remotePromise RemotePromise<Object>) : void in class org.redisson.BaseRemoteService |
From |
To |
|
Rename Parameter requestId : String to executorId : String in method public RemoteServiceRequest(executorId String, id String, methodName String, signatures List<String>, args Object[], options RemoteInvocationOptions, date long) in class org.redisson.remote.RemoteServiceRequest |
From |
To |
|
Rename Parameter responseQueue : RBlockingQueue<RemoteServiceAck> to pollFuture : RPromise<RemoteServiceAck> in method private tryPollAckAgainAsync(optionsCopy RemoteInvocationOptions, pollFuture RPromise<RemoteServiceAck>, ackName String) : RFuture<RemoteServiceAck> in class org.redisson.BaseRemoteService |
From |
To |
|
Rename Parameter scheduledRequestId : String to requestId : String in method public executeCallable(className String, classBody byte[], state byte[], requestId String) : Object in class org.redisson.executor.TasksRunnerService |
From |
To |
|
Rename Parameter responseId : String to sendResponse : boolean in method public RemoteServiceCancelRequest(mayInterruptIfRunning boolean, sendResponse boolean) in class org.redisson.remote.RemoteServiceCancelRequest |
From |
To |
|
Rename Parameter requestId : String to id : String in method public RemoteServiceRequest(id String) in class org.redisson.remote.RemoteServiceRequest |
From |
To |
|
Rename Parameter scheduledRequestId : String to requestId : String in method public executeRunnable(className String, classBody byte[], state byte[], requestId String) : void in class org.redisson.executor.TasksRunnerService |
From |
To |
|
Rename Parameter requestId : String to executorId : String in method protected getResponseQueueName(remoteInterface Class<?>, executorId String) : String in class org.redisson.BaseRemoteService |
From |
To |