|
Rename Method private reconnect(group EventLoopGroup, connection RedisConnection) : void renamed to public run(timeout Timeout) : void in class org.redisson.client.handler.ConnectionWatchdog.reconnect.newTimeout |
From |
To |
|
Rename Method public setTopicName(topicName String) : void renamed to public setTerminationTopicName(terminationTopicName String) : void in class org.redisson.executor.RemoteExecutorServiceImpl |
From |
To |
|
Rename Method private invokeAsync(optionsCopy RemoteInvocationOptions, result RemotePromise<Object>, request RemoteServiceRequest, responseName String) : void renamed to protected awaitResultAsync(optionsCopy RemoteInvocationOptions, result RemotePromise<Object>, request RemoteServiceRequest, responseName String) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Rename Method public executeVoid(className String, classBody byte[], state byte[]) : void renamed to private executeRunnable(className String, classBody byte[], state byte[], scheduledRequestId String) : void in class org.redisson.executor.RemoteExecutorServiceImpl |
From |
To |
|
Rename Method private runMethod(remoteInterface Class<T>, requestQueue RBlockingQueue<RemoteServiceRequest>, executor ExecutorService, request RemoteServiceRequest, method RemoteServiceMethod, responseName String) : void renamed to private executeMethod(remoteInterface Class<T>, requestQueue RBlockingQueue<RemoteServiceRequest>, executor ExecutorService, request RemoteServiceRequest) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Rename Method public forceReconnectAsync() : ChannelFuture renamed to public forceFastReconnectAsync() : ChannelFuture in class org.redisson.client.RedisConnection |
From |
To |
|
Rename Method private invokeAsync(optionsCopy RemoteInvocationOptions, result RemotePromise<Object>, request RemoteServiceRequest, responseName String, ackName String) : void renamed to private awaitResultAsync(optionsCopy RemoteInvocationOptions, result RemotePromise<Object>, request RemoteServiceRequest, responseName String, ackName String) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Rename Method public execute(className String, classBody byte[], state byte[]) : Object renamed to private executeCallable(className String, classBody byte[], state byte[], scheduledRequestId String) : Object in class org.redisson.executor.RemoteExecutorServiceImpl |
From |
To |
|
Change Parameter Type redisson : Redisson to redisson : RedissonClient in method public RedissonRemoteService(redisson RedissonClient, name String, commandExecutor CommandExecutor) in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Parameter Type method : RemoteServiceMethod to remoteInterface : Class<T> in method private executeMethod(remoteInterface Class<T>, requestQueue RBlockingQueue<RemoteServiceRequest>, executor ExecutorService, request RemoteServiceRequest) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Parameter Type redisson : Redisson to redisson : RedissonClient in method public RedissonRemoteService(codec Codec, redisson RedissonClient, name String, commandExecutor CommandExecutor) in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Parameter Type redisson : Redisson to redisson : RedissonClient in method public RedissonRemoteService(redisson RedissonClient, commandExecutor CommandExecutor) in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Parameter Type redisson : Redisson to redisson : RedissonClient in method public RedissonRemoteService(codec Codec, redisson RedissonClient, commandExecutor CommandExecutor) in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Parameter Type redisson : Redisson to redisson : RedissonClient in method public ExecutorRemoteService(codec Codec, redisson RedissonClient, name String, commandExecutor CommandExecutor) in class org.redisson.executor.ExecutorRemoteService |
From |
To |
|
Extract And Move Method public setSchedulerTasksName(schedulerTasksName String) : void extracted from public RedissonExecutorService(codec Codec, commandExecutor CommandExecutor, redisson Redisson, name String) in class org.redisson.RedissonExecutorService & moved to class org.redisson.executor.RemoteExecutorServiceImpl |
From |
To |
|
Extract And Move Method public setSchedulerChannelName(schedulerChannelName String) : void extracted from public RedissonExecutorService(codec Codec, commandExecutor CommandExecutor, redisson Redisson, name String) in class org.redisson.RedissonExecutorService & moved to class org.redisson.executor.RemoteExecutorServiceImpl |
From |
To |
|
Extract And Move Method public setTerminationTopicName(terminationTopicName String) : void extracted from public RedissonExecutorService(codec Codec, commandExecutor CommandExecutor, redisson Redisson, name String) in class org.redisson.RedissonExecutorService & moved to class org.redisson.executor.ExecutorRemoteService |
From |
To |
|
Extract And Move Method public setSchedulerQueueName(schedulerQueueName String) : void extracted from public RedissonExecutorService(codec Codec, commandExecutor CommandExecutor, redisson Redisson, name String) in class org.redisson.RedissonExecutorService & moved to class org.redisson.executor.RemoteExecutorServiceImpl |
From |
To |
|
Rename Parameter topicName : String to terminationTopicName : String in method public setTerminationTopicName(terminationTopicName String) : void in class org.redisson.executor.RemoteExecutorServiceImpl |
From |
To |
|
Rename Parameter workersAmount : int to workers : int in method public register(remoteInterface Class<T>, object T, workers int, executor ExecutorService) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Rename Parameter workersAmount : int to workers : int in method public register(remoteInterface Class<T>, object T, workers int) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Rename Parameter executors : int to workers : int in method public registerWorkers(workers int, executor ExecutorService) : void in class org.redisson.RedissonExecutorService |
From |
To |
|
Rename Parameter method : RemoteServiceMethod to remoteInterface : Class<T> in method private executeMethod(remoteInterface Class<T>, requestQueue RBlockingQueue<RemoteServiceRequest>, executor ExecutorService, request RemoteServiceRequest) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Rename Parameter attempts : int to nextAttempt : int in method private tryReconnect(connection RedisConnection, nextAttempt int) : void in class org.redisson.client.handler.ConnectionWatchdog |
From |
To |
|
Rename Parameter workersAmount : int to workers : int in method public register(remoteInterface Class<T>, object T, workers int, executor ExecutorService) : void in class org.redisson.api.RRemoteService |
From |
To |