|
Change Parameter Type addr : InetSocketAddress to addr : URI in method public connectionReadOp(command RedisCommand<?>, addr URI) : RFuture<RedisConnection> in class org.redisson.connection.MasterSlaveEntry |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method private scanIteratorReactive(client RedisClient, startPos long) : Publisher<ListScanResult<ScanObjectEntry>> in class org.redisson.reactive.RedissonScoredSortedSetReactive |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method public readReactive(client RedisClient, name String, codec Codec, command RedisCommand<T>, params Object...) : Publisher<R> in class org.redisson.command.CommandReactiveService |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method public scanIteratorAsync(name String, client RedisClient, startPos long, pattern String) : RFuture<MapScanResult<ScanObjectEntry,ScanObjectEntry>> in class org.redisson.RedissonMapCache |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method package scanIterator(client RedisClient, startPos long) : Publisher<ListScanResult<ScanObjectEntry>> in class org.redisson.reactive.RedissonSetCacheReactive |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method public scanIteratorReactive(client RedisClient, startPos long) : Publisher<MapScanResult<ScanObjectEntry,ScanObjectEntry>> in class org.redisson.reactive.MapReactive |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method private scanIteratorReactive(client RedisClient, startPos long) : Publisher<ListScanResult<ScanObjectEntry>> in class org.redisson.reactive.RedissonSetReactive |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method public readAsync(client RedisClient, name String, codec Codec, command RedisCommand<T>, params Object...) : RFuture<R> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method public scanIterator(name String, client RedisClient, startPos long, pattern String) : ListScanResult<ScanObjectEntry> in class org.redisson.ScanIterator |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method package scanIterator(name String, client RedisClient, startPos long) : MapScanResult<ScanObjectEntry,ScanObjectEntry> in class org.redisson.jcache.JCache |
From |
To |
|
Change Parameter Type addr : InetSocketAddress to addr : URI in method public getConnection(command RedisCommand<?>, addr URI) : RFuture<RedisConnection> in class org.redisson.connection.balancer.LoadBalancerManager |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method public scanIteratorReactive(client RedisClient, startPos long) : Publisher<MapScanResult<ScanObjectEntry,ScanObjectEntry>> in class org.redisson.reactive.RedissonMapCacheReactive |
From |
To |
|
Change Parameter Type addr : InetSocketAddress to addr : URI in method public NodeSource(slot Integer, addr URI, redirect Redirect) in class org.redisson.connection.NodeSource |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method public scanIterator(name String, client RedisClient, startPos long, pattern String) : ListScanResult<ScanObjectEntry> in class org.redisson.RedissonSetCache |
From |
To |
|
Change Parameter Type addr : InetSocketAddress to addr : RedisClient in method public setRedisClient(addr RedisClient) : void in class org.redisson.RedisClientResult |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method package scanIterator(name String, client RedisClient, startPos long, pattern String) : MapScanResult<ScanObjectEntry,ScanObjectEntry> in class org.redisson.RedissonMap |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method public readReactive(client RedisClient, name String, codec Codec, command RedisCommand<T>, params Object...) : Publisher<R> in class org.redisson.command.CommandReactiveExecutor |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method private scanIterator(client RedisClient, entry MasterSlaveEntry, startPos long, pattern String, count int) : ListScanResult<ScanObjectEntry> in class org.redisson.RedissonKeys |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method public scanIterator(name String, client RedisClient, startPos long, pattern String) : ListScanResult<ScanObjectEntry> in class org.redisson.RedissonSet |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method public evalReadAsync(client RedisClient, name String, codec Codec, evalCommandType RedisCommand<T>, script String, keys List<Object>, params Object...) : RFuture<R> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method public setRedisClient(client RedisClient) : void in class org.redisson.client.protocol.decoder.MapScanResult |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method package scanIterator(client RedisClient, startPos long) : MapScanResult<ScanObjectEntry,ScanObjectEntry> in class org.redisson.RedissonMultimap |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method public scanIteratorReactive(client RedisClient, startPos long) : Publisher<MapScanResult<ScanObjectEntry,ScanObjectEntry>> in class org.redisson.reactive.RedissonMapReactive |
From |
To |
|
Change Parameter Type addr : InetSocketAddress to client : RedisClient in method public setRedisClient(client RedisClient) : void in class org.redisson.client.protocol.decoder.ListScanResult |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method private scanIterator(client RedisClient, startPos long) : ListScanResult<ScanObjectEntry> in class org.redisson.RedissonScoredSortedSet |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method public scanIteratorAsync(name String, client RedisClient, startPos long, pattern String) : RFuture<ListScanResult<ScanObjectEntry>> in class org.redisson.RedissonSetCache |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method public readAsync(client RedisClient, entry MasterSlaveEntry, codec Codec, command RedisCommand<T>, params Object...) : RFuture<R> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Parameter Type addr : InetSocketAddress to redisClient : RedisClient in method public changeType(redisClient RedisClient, nodeType NodeType) : void in class org.redisson.connection.balancer.LoadBalancerManager |
From |
To |
|
Change Parameter Type addr : String to redisClient : RedisClient in method public hasSlave(redisClient RedisClient) : boolean in class org.redisson.connection.MasterSlaveEntry |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method package scanIterator(name String, client RedisClient, startPos long, pattern String) : MapScanResult<ScanObjectEntry,ScanObjectEntry> in class org.redisson.RedissonMapCache |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method public readAsync(client RedisClient, name String, codec Codec, command RedisCommand<T>, params Object...) : RFuture<R> in class org.redisson.command.CommandAsyncExecutor |
From |
To |
|
Change Parameter Type addr : InetSocketAddress to addr : URI in method public connectionReadOp(command RedisCommand<?>, addr URI) : RFuture<RedisConnection> in class org.redisson.connection.SingleEntry |
From |
To |
|
Change Parameter Type addr : InetSocketAddress to addr : URI in method public hasSlave(addr URI) : boolean in class org.redisson.connection.MasterSlaveEntry |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method public readAsync(client RedisClient, entry MasterSlaveEntry, codec Codec, command RedisCommand<T>, params Object...) : RFuture<R> in class org.redisson.command.CommandAsyncExecutor |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method private scanIterator(client RedisClient, startPos long, pattern String) : ListScanResult<ScanObjectEntry> in class org.redisson.RedissonSetMultimapValues |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method protected abstract scanIteratorReactive(client RedisClient, nextIterPos long) : Publisher<ListScanResult<ScanObjectEntry>> in class org.redisson.reactive.SetReactiveIterator |
From |
To |
|
Change Parameter Type client : InetSocketAddress to client : RedisClient in method public evalReadAsync(client RedisClient, name String, codec Codec, evalCommandType RedisCommand<T>, script String, keys List<Object>, params Object...) : RFuture<R> in class org.redisson.command.CommandAsyncExecutor |
From |
To |
|
Change Variable Type client : InetSocketAddress to client : RedisClient in method public iterator() : Publisher<V> in class org.redisson.reactive.RedissonSetCacheReactive |
From |
To |
|
Change Variable Type client : InetSocketAddress to client : RedisClient in method public testIteratorNotLooped() : void in class org.redisson.RedissonTest |
From |
To |
|
Change Variable Type client : InetSocketAddress to client : RedisClient in method public iterator(pattern String) : Iterator<V> in class org.redisson.RedissonSet |
From |
To |
|
Change Variable Type client : InetSocketAddress to client : RedisClient in method private createKeysIterator(entry MasterSlaveEntry, pattern String, count int) : Iterator<String> in class org.redisson.RedissonKeys |
From |
To |
|
Change Variable Type client : InetSocketAddress to client : RedisClient in method public testIteratorNotLooped2() : void in class org.redisson.RedissonTest |
From |
To |
|
Change Variable Type client : InetSocketAddress to client : RedisClient in method public iterator(pattern String) : Iterator<V> in class org.redisson.RedissonSetMultimapValues |
From |
To |
|
Change Variable Type f : RFuture<Void> to f : RFuture<RedisClient> in method public operationComplete(future Future<Map<String,String>>) : void in class org.redisson.cluster.ClusterConnectionManager.addMasterEntry.addListener.operationComplete.addListener |
From |
To |
|
Change Variable Type client : InetSocketAddress to client : RedisClient in method public iterator() : Iterator<V> in class org.redisson.RedissonScoredSortedSet |
From |
To |
|
Change Variable Type future : RFuture<Void> to future : RFuture<RedisClient> in method public changeMaster(address URI) : void in class org.redisson.connection.MasterSlaveEntry |
From |
To |
|
Change Variable Type future : Future<Void> to future : Future<RedisClient> in method public operationComplete(future Future<RedisConnection>) : void in class org.redisson.cluster.ClusterConnectionManager.addMasterEntry.addListener |
From |
To |
|
Change Variable Type f : RFuture<Void> to f : RFuture<RedisClient> in method protected initSingleEntry() : void in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Variable Type client : InetSocketAddress to client : RedisClient in method public iterator() : Publisher<V> in class org.redisson.reactive.RedissonScoredSortedSetReactive |
From |
To |
|
Change Variable Type client : InetSocketAddress to client : RedisClient in method public iterator(pattern String) : Iterator<V> in class org.redisson.RedissonSetCache |
From |
To |
|
Change Variable Type future : Future<Void> to future : Future<RedisClient> in method private addMasterEntry(partition ClusterPartition, cfg ClusterServersConfig) : RFuture<Collection<RFuture<Void>>> in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Variable Type future : Future<Void> to future : Future<RedisClient> in method public operationComplete(future Future<Map<String,String>>) : void in class org.redisson.cluster.ClusterConnectionManager.addMasterEntry.addListener.operationComplete.addListener |
From |
To |
|
Change Variable Type client : InetSocketAddress to client : RedisClient in method public iterator() : Publisher<V> in class org.redisson.reactive.RedissonSetReactive |
From |
To |
|
Rename Parameter addr : InetSocketAddress to redisClient : RedisClient in method public changeType(redisClient RedisClient, nodeType NodeType) : void in class org.redisson.connection.balancer.LoadBalancerManager |
From |
To |
|
Rename Parameter key : String to name : String in method public readAsync(client RedisClient, name String, codec Codec, command RedisCommand<T>, params Object...) : RFuture<R> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Rename Parameter key : String to name : String in method public evalReadAsync(client RedisClient, name String, codec Codec, evalCommandType RedisCommand<T>, script String, keys List<Object>, params Object...) : RFuture<R> in class org.redisson.command.CommandAsyncExecutor |
From |
To |
|
Rename Parameter addr : String to redisClient : RedisClient in method public hasSlave(redisClient RedisClient) : boolean in class org.redisson.connection.MasterSlaveEntry |
From |
To |
|
Rename Parameter key : String to name : String in method public readAsync(client RedisClient, name String, codec Codec, command RedisCommand<T>, params Object...) : RFuture<R> in class org.redisson.command.CommandAsyncExecutor |
From |
To |
|
Rename Parameter key : String to name : String in method public evalReadAsync(client RedisClient, name String, codec Codec, evalCommandType RedisCommand<T>, script String, keys List<Object>, params Object...) : RFuture<R> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Rename Parameter key : String to name : String in method public readReactive(client RedisClient, name String, codec Codec, command RedisCommand<T>, params Object...) : Publisher<R> in class org.redisson.command.CommandReactiveExecutor |
From |
To |
|
Rename Parameter address : URI to addr : URI in method protected getEntry(addr URI) : ClientConnectionsEntry in class org.redisson.connection.balancer.LoadBalancerManager |
From |
To |
|
Rename Parameter addr : InetSocketAddress to client : RedisClient in method public setRedisClient(client RedisClient) : void in class org.redisson.client.protocol.decoder.ListScanResult |
From |
To |
|
Rename Parameter key : String to name : String in method public readReactive(client RedisClient, name String, codec Codec, command RedisCommand<T>, params Object...) : Publisher<R> in class org.redisson.command.CommandReactiveService |
From |
To |