|
Rename Method protected executeAsyncVoid(noResult boolean, responseTimeout long, retryAttempts int, retryInterval long) : RFuture<Void> renamed to public executeAsync(syncSlaves int, syncTimeout long, skipResult boolean, responseTimeout long, retryAttempts int, retryInterval long) : RFuture<R> in class org.redisson.command.CommandBatchService |
From |
To |
|
Rename Method private executeAsyncVoid(noResult boolean, responseTimeout long, retryAttempts int, retryInterval long) : RFuture<Void> renamed to public executeAsync(syncSlaves int, syncTimeout long, skipResult boolean, responseTimeout long, retryAttempts int, retryInterval long) : RFuture<BatchResult<?>> in class org.redisson.command.CommandReactiveBatchService |
From |
To |
|
Change Return Type RFuture<List<?>> to RFuture<BatchResult<?>> in method private send(timeout long, responseName String, response T) : RFuture<BatchResult<?>> in class org.redisson.RedissonRemoteService |
From |
To |
|
Change Return Type Publisher<List<?>> to Publisher<BatchResult<?>> in method public execute() : Publisher<BatchResult<?>> in class org.redisson.reactive.RedissonBatchReactive |
From |
To |
|
Change Return Type Publisher<List<?>> to Publisher<BatchResult<?>> in method public execute() : Publisher<BatchResult<?>> in class org.redisson.api.RBatchReactive |
From |
To |
|
Change Return Type List<?> to BatchResult<?> in method public execute() : BatchResult<?> in class org.redisson.api.RBatch |
From |
To |
|
Change Return Type List<?> to BatchResult<?> in method public execute() : BatchResult<?> in class org.redisson.RedissonBatch |
From |
To |
|
Change Return Type RFuture<List<?>> to RFuture<BatchResult<?>> in method public executeAsync() : RFuture<BatchResult<?>> in class org.redisson.api.RBatch |
From |
To |
|
Change Return Type List<?> to BatchResult<?> in method public execute(syncSlaves int, syncTimeout long, noResult boolean, responseTimeout long, retryAttempts int, retryInterval long) : BatchResult<?> in class org.redisson.command.CommandBatchService |
From |
To |
|
Change Return Type RFuture<List<?>> to RFuture<BatchResult<?>> in method public executeAsync() : RFuture<BatchResult<?>> in class org.redisson.RedissonBatch |
From |
To |
|
Change Return Type RFuture<Void> to RFuture<BatchResult<?>> in method public executeAsync(syncSlaves int, syncTimeout long, skipResult boolean, responseTimeout long, retryAttempts int, retryInterval long) : RFuture<BatchResult<?>> in class org.redisson.command.CommandReactiveBatchService |
From |
To |
|
Change Return Type List<?> to BatchResult<?> in method public execute() : BatchResult<?> in class org.redisson.command.CommandBatchService |
From |
To |
|
Change Return Type RFuture<Void> to RFuture<R> in method public executeAsync(syncSlaves int, syncTimeout long, skipResult boolean, responseTimeout long, retryAttempts int, retryInterval long) : RFuture<R> in class org.redisson.command.CommandBatchService |
From |
To |