|
Change Parameter Type popTimeout : Integer to popTimeout : Long in method private handleBlockingOperations(details AsyncDetails<V,R>, connection RedisConnection, popTimeout Long) : void in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Parameter Type responseQueue : RBlockingQueue<? extends RRemoteServiceResponse> to responseName : String in method private invokeAsync(optionsCopy RemoteInvocationOptions, result RemotePromise<Object>, request RemoteServiceRequest, responseName String, ackName String) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Parameter Type executor : Executor to executor : ExecutorService in method public registerWorkers(executors int, executor ExecutorService) : void in class org.redisson.RedissonExecutorService |
From |
To |
|
Change Parameter Type executor : Executor to executor : ExecutorService in method public register(remoteInterface Class<T>, object T, workersAmount int, executor ExecutorService) : void in class org.redisson.api.RRemoteService |
From |
To |
|
Change Parameter Type executor : Executor to executor : ExecutorService in method public registerWorkers(workers int, executor ExecutorService) : void in class org.redisson.api.RExecutorService |
From |
To |
|
Change Parameter Type executor : Executor to executor : ExecutorService in method public register(remoteInterface Class<T>, object T, workersAmount int, executor ExecutorService) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Parameter Type executor : Executor to executor : ExecutorService in method private invokeMethod(remoteInterface Class<T>, requestQueue RBlockingQueue<RemoteServiceRequest>, request RemoteServiceRequest, method RemoteServiceMethod, responseName String, executor ExecutorService, cancelRequestFuture Future<RemoteServiceCancelRequest>, responseHolder AtomicReference<RRemoteServiceResponse>) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Parameter Type result : Promise<Object> to result : RemotePromise<Object> in method private invokeAsync(optionsCopy RemoteInvocationOptions, result RemotePromise<Object>, request RemoteServiceRequest, responseName String, ackName String) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Parameter Type result : Promise<Object> to result : RemotePromise<Object> in method private invokeAsync(optionsCopy RemoteInvocationOptions, result RemotePromise<Object>, request RemoteServiceRequest, responseName String) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Parameter Type executor : Executor to executor : ExecutorService in method private subscribe(remoteInterface Class<T>, requestQueue RBlockingQueue<RemoteServiceRequest>, executor ExecutorService) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Parameter Type responseQueue : RBlockingQueue<? extends RRemoteServiceResponse> to responseQueue : RBlockingQueue<RemoteServiceAck> in method private tryPollAckAgainAsync(optionsCopy RemoteInvocationOptions, responseQueue RBlockingQueue<RemoteServiceAck>, ackName String) : Future<RemoteServiceAck> in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Variable Type popTimeout : Integer to popTimeout : Long in method private checkWriteFuture(details AsyncDetails<V,R>, connection RedisConnection) : void in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Variable Type responseFuture : Future<RemoteServiceResponse> to responseFuture : Future<RRemoteServiceResponse> in method private invokeAsync(optionsCopy RemoteInvocationOptions, result RemotePromise<Object>, request RemoteServiceRequest, responseName String) : void in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Variable Type responseQueue : RBlockingQueue<? extends RRemoteServiceResponse> to responseQueue : RBlockingQueue<RemoteServiceAck> in method public invoke(proxy Object, method Method, args Object[]) : Object in class org.redisson.RedissonRemoteService.async.handler |
From |
To |
|
Change Variable Type timeoutAmount : int to timeoutAmount : long in method private checkWriteFuture(details AsyncDetails<V,R>, connection RedisConnection) : void in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Variable Type responseQueue : RBlockingQueue<? extends RRemoteServiceResponse> to responseQueue : RBlockingQueue<RemoteServiceAck> in method private async(remoteInterface Class<T>, options RemoteInvocationOptions, syncInterface Class<?>) : T in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Variable Type timeoutTime : int to timeoutTime : long in method private checkWriteFuture(details AsyncDetails<V,R>, connection RedisConnection) : void in class org.redisson.command.CommandAsyncService |
From |
To |