|
Move Attribute private syncSlaves : int from class org.redisson.reactive.RedissonBatchReactive to private syncSlaves : int from class org.redisson.api.BatchOptions |
From |
To |
|
Move Attribute private syncSlaves : int from class org.redisson.RedissonBatch to private syncSlaves : int from class org.redisson.api.BatchOptions |
From |
To |
|
Move Attribute private syncTimeout : long from class org.redisson.RedissonBatch to private syncTimeout : long from class org.redisson.api.BatchOptions |
From |
To |
|
Move Attribute private syncTimeout : long from class org.redisson.reactive.RedissonBatchReactive to private syncTimeout : long from class org.redisson.api.BatchOptions |
From |
To |
|
Move Attribute private skipResult : boolean from class org.redisson.RedissonBatch to private skipResult : boolean from class org.redisson.api.BatchOptions |
From |
To |
|
Move Attribute private retryInterval : long from class org.redisson.RedissonBatch to private retryInterval : long from class org.redisson.api.BatchOptions |
From |
To |
|
Move Attribute private retryInterval : long from class org.redisson.reactive.RedissonBatchReactive to private retryInterval : long from class org.redisson.api.BatchOptions |
From |
To |
|
Move Attribute private atomic : boolean from class org.redisson.reactive.RedissonBatchReactive to private atomic : boolean from class org.redisson.api.BatchOptions |
From |
To |
|
Move Attribute private skipResult : boolean from class org.redisson.reactive.RedissonBatchReactive to private skipResult : boolean from class org.redisson.api.BatchOptions |
From |
To |
|
Move Attribute private retryAttempts : int from class org.redisson.RedissonBatch to private retryAttempts : int from class org.redisson.api.BatchOptions |
From |
To |
|
Move Attribute private atomic : boolean from class org.redisson.RedissonBatch to private atomic : boolean from class org.redisson.api.BatchOptions |
From |
To |
|
Move Attribute private retryAttempts : int from class org.redisson.reactive.RedissonBatchReactive to private retryAttempts : int from class org.redisson.api.BatchOptions |
From |
To |
|
Merge Parameter [retryAttempts : int, retryInterval : long, noResult : boolean, atomic : boolean] to options : BatchOptions in method private execute(entry Entry, source NodeSource, mainPromise RPromise<Void>, slots AtomicInteger, attempt int, options BatchOptions) : void in class org.redisson.command.CommandBatchService |
From |
To |
|
Merge Parameter [noResult : boolean, responseTimeout : long, retryAttempts : int, retryInterval : long, atomic : boolean] to options : BatchOptions in method private execute(entry Entry, source NodeSource, mainPromise RPromise<Void>, slots AtomicInteger, attempt int, options BatchOptions) : void in class org.redisson.command.CommandBatchService |
From |
To |
|
Merge Parameter [skipResult : boolean, responseTimeout : long, retryAttempts : int, retryInterval : long, atomic : boolean] to options : BatchOptions in method public executeAsync(options BatchOptions) : RFuture<R> in class org.redisson.command.CommandBatchService |
From |
To |
|
Merge Parameter [syncSlaves : int, syncTimeout : long, atomic : boolean, skipResult : boolean] to options : BatchOptions in method public executeAsync(options BatchOptions) : RFuture<R> in class org.redisson.command.CommandBatchService |
From |
To |