|
Change Parameter Type taskId : String to taskId : RequestId in method public RedissonExecutorFuture(promise RPromise<V>, taskId RequestId) in class org.redisson.executor.RedissonExecutorFuture |
From |
To |
|
Change Parameter Type requestQueue : RBlockingQueue<RemoteServiceRequest> to requestQueueName : String in method protected addAsync(requestQueueName String, request RemoteServiceRequest, result RemotePromise<Object>) : RFuture<Boolean> in class org.redisson.BaseRemoteService |
From |
To |
|
Change Parameter Type requestQueue : RBlockingQueue<RemoteServiceRequest> to requestQueueName : String in method protected addAsync(requestQueueName String, request RemoteServiceRequest) : RFuture<Boolean> in class org.redisson.executor.TasksService |
From |
To |
|
Change Parameter Type requestId : String to requestId : RequestId in method public cancelExecutionAsync(requestId RequestId) : RFuture<Boolean> in class org.redisson.executor.TasksService |
From |
To |
|
Change Parameter Type requestId : String to requestId : RequestId in method public setRequestId(requestId RequestId) : void in class org.redisson.executor.ScheduledTasksService |
From |
To |
|
Change Parameter Type requestId : String to requestId : RequestId in method protected scheduleCheck(mapName String, requestId RequestId, cancelRequest RPromise<T>) : void in class org.redisson.BaseRemoteService |
From |
To |
|
Change Parameter Type requestQueue : RBlockingQueue<RemoteServiceRequest> to requestQueue : RBlockingQueue<String> in method private invokeMethod(remoteInterface Class<T>, requestQueue RBlockingQueue<String>, request RemoteServiceRequest, method RemoteServiceMethod, responseName String, executor ExecutorService, cancelRequestFuture RFuture<RemoteServiceCancelRequest>, responseHolder AtomicReference<RRemoteServiceResponse>) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Parameter Type requestQueue : RBlockingQueue<RemoteServiceRequest> to requestQueue : RBlockingQueue<String> in method private executeMethod(remoteInterface Class<T>, requestQueue RBlockingQueue<String>, executor ExecutorService, request RemoteServiceRequest) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Parameter Type requestId : String to requestId : RequestId in method private tryPollAckAgainAsync(optionsCopy RemoteInvocationOptions, ackName String, requestId RequestId) : RFuture<RemoteServiceAck> in class org.redisson.BaseRemoteService |
From |
To |
|
Change Parameter Type requestId : String to requestId : RequestId in method public RemotePromise(requestId RequestId, param Object) in class org.redisson.executor.RemotePromise |
From |
To |
|
Change Parameter Type requestQueue : RBlockingQueue<RemoteServiceRequest> to requestQueueName : String in method protected addAsync(requestQueueName String, request RemoteServiceRequest) : RFuture<Boolean> in class org.redisson.executor.ScheduledTasksService |
From |
To |
|
Change Parameter Type requestQueue : RBlockingQueue<RemoteServiceRequest> to requestQueueName : String in method protected addAsync(requestQueueName String, request RemoteServiceRequest, result RemotePromise<Object>) : RFuture<Boolean> in class org.redisson.executor.TasksService |
From |
To |
|
Change Parameter Type requestId : String to requestId : RequestId in method private poll(timeout long, requestId RequestId, insertFirst boolean) : RPromise<T> in class org.redisson.BaseRemoteService |
From |
To |
|
Change Parameter Type requestQueue : RBlockingQueue<RemoteServiceRequest> to requestQueue : RBlockingQueue<String> in method private subscribe(remoteInterface Class<T>, requestQueue RBlockingQueue<String>, executor ExecutorService) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Variable Type removedFutures : Set<RFuture<RemoteServiceRequest>> to removedFutures : Set<RFuture<String>> in method public deregister(remoteInterface Class<T>) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Variable Type values : Set<RFuture<RemoteServiceRequest>> to values : Set<RFuture<String>> in method public register(remoteInterface Class<T>, object T, workers int, executor ExecutorService) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Variable Type key : Key to key : RequestId in method public operationComplete(future Future<RRemoteServiceResponse>) : void in class org.redisson.BaseRemoteService.pollTasks.addListener |
From |
To |
|
Change Variable Type future : RFuture<RemoteServiceRequest> to future : RFuture<String> in method public deregister(remoteInterface Class<T>) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Variable Type requestId : String to requestId : RequestId in method public invoke(proxy Object, method Method, args Object[]) : Object in class org.redisson.BaseRemoteService.async.handler |
From |
To |
|
Change Variable Type entryResponses : Map<Key,List<Result>> to entryResponses : Map<RequestId,List<Result>> in method private poll(timeout long, requestId RequestId, insertFirst boolean) : RPromise<T> in class org.redisson.BaseRemoteService |
From |
To |
|
Change Variable Type key : Key to requestId : RequestId in method private poll(timeout long, requestId RequestId, insertFirst boolean) : RPromise<T> in class org.redisson.BaseRemoteService |
From |
To |
|
Change Variable Type other : Key to other : RequestId in method public equals(obj Object) : boolean in class org.redisson.remote.RequestId |
From |
To |
|
Change Variable Type take : RFuture<RemoteServiceRequest> to take : RFuture<String> in method private subscribe(remoteInterface Class<T>, requestQueue RBlockingQueue<String>, executor ExecutorService) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Variable Type futuresSet : Set<RFuture<RemoteServiceRequest>> to futuresSet : Set<RFuture<String>> in method public getFreeWorkers(remoteInterface Class<?>) : int in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Variable Type requestId : String to requestId : RequestId in method public invoke(proxy Object, method Method, args Object[]) : Object in class org.redisson.BaseRemoteService.sync.handler |
From |
To |
|
Change Variable Type futuresSet : Set<RFuture<RemoteServiceRequest>> to futuresSet : Set<RFuture<String>> in method private subscribe(remoteInterface Class<T>, requestQueue RBlockingQueue<String>, executor ExecutorService) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Attribute Type taskId : String to taskId : RequestId in class org.redisson.executor.RedissonExecutorFuture |
From |
To |
|
Change Attribute Type futures : Map<Class<?>,Set<RFuture<RemoteServiceRequest>>> to futures : Map<Class<?>,Set<RFuture<String>>> in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Attribute Type requestId : String to requestId : RequestId in class org.redisson.executor.RemotePromise |
From |
To |
|
Change Attribute Type requestId : String to requestId : RequestId in class org.redisson.executor.ScheduledTasksService |
From |
To |
|
Change Attribute Type taskId : String to taskId : RequestId in class org.redisson.executor.RedissonScheduledFuture |
From |
To |
|
Change Attribute Type responses : Map<Key,List<Result>> to responses : Map<RequestId,List<Result>> in class org.redisson.remote.ResponseEntry |
From |
To |
|
Rename Parameter requestQueue : RBlockingQueue<RemoteServiceRequest> to requestQueueName : String in method protected addAsync(requestQueueName String, request RemoteServiceRequest, result RemotePromise<Object>) : RFuture<Boolean> in class org.redisson.BaseRemoteService |
From |
To |
|
Rename Parameter requestQueue : RBlockingQueue<RemoteServiceRequest> to requestQueueName : String in method protected addAsync(requestQueueName String, request RemoteServiceRequest) : RFuture<Boolean> in class org.redisson.executor.TasksService |
From |
To |
|
Rename Parameter requestQueue : RBlockingQueue<RemoteServiceRequest> to requestQueueName : String in method protected addAsync(requestQueueName String, request RemoteServiceRequest) : RFuture<Boolean> in class org.redisson.executor.ScheduledTasksService |
From |
To |
|
Rename Parameter requestQueue : RBlockingQueue<RemoteServiceRequest> to requestQueueName : String in method protected addAsync(requestQueueName String, request RemoteServiceRequest, result RemotePromise<Object>) : RFuture<Boolean> in class org.redisson.executor.TasksService |
From |
To |