|
Change Parameter Type slot : int to entry : MasterSlaveEntry in method public readAsync(client InetSocketAddress, entry MasterSlaveEntry, codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Parameter Type slots : List<ClusterSlotRange> to nodes : List<MasterSlaveEntry> in method private retryReadRandomAsync(command RedisCommand<T>, mainPromise Promise<R>, nodes List<MasterSlaveEntry>, params Object...) : void in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Parameter Type slotRange : ClusterSlotRange to slot : Integer in method protected removeMaster(slot Integer) : MasterSlaveEntry in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Parameter Type slot : Integer to entry : MasterSlaveEntry in method public writeReactive(entry MasterSlaveEntry, codec Codec, command RedisCommand<T>, params Object...) : Publisher<R> in class org.redisson.command.CommandReactiveService |
From |
To |
|
Change Parameter Type slotRange : ClusterSlotRange to slot : Integer in method private find(partitions Collection<ClusterPartition>, slot Integer) : ClusterPartition in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Parameter Type slotRange : ClusterSlotRange to slot : Integer in method protected addEntry(slot Integer, entry MasterSlaveEntry) : void in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Parameter Type slot : int to entry : MasterSlaveEntry in method private createKeysIterator(entry MasterSlaveEntry, pattern String) : Publisher<String> in class org.redisson.reactive.RedissonKeysReactive |
From |
To |
|
Change Parameter Type slotRange : ClusterSlotRange to slot : int in method protected changeMaster(slot int, host String, port int) : void in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Parameter Type slot : Integer to entry : MasterSlaveEntry in method public writeReactive(entry MasterSlaveEntry, codec Codec, command RedisCommand<T>, params Object...) : Publisher<R> in class org.redisson.command.CommandReactiveExecutor |
From |
To |
|
Change Parameter Type slot : int to entry : MasterSlaveEntry in method private scanIterator(entry MasterSlaveEntry, startPos long, pattern String) : Publisher<ListScanResult<String>> in class org.redisson.reactive.RedissonKeysReactive |
From |
To |
|
Change Parameter Type range : ClusterSlotRange to range : Integer in method public addSlotRange(range Integer) : void in class org.redisson.connection.MasterSlaveEntry |
From |
To |
|
Change Parameter Type slot : int to entry : MasterSlaveEntry in method private scanIterator(client InetSocketAddress, entry MasterSlaveEntry, startPos long, pattern String, count int) : ListScanResult<String> in class org.redisson.RedissonKeys |
From |
To |
|
Change Parameter Type range : ClusterSlotRange to range : Integer in method public removeSlotRange(range Integer) : void in class org.redisson.connection.MasterSlaveEntry |
From |
To |
|
Change Parameter Type slot : int to entry : MasterSlaveEntry in method public readAsync(client InetSocketAddress, entry MasterSlaveEntry, codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.command.CommandAsyncExecutor |
From |
To |
|
Change Parameter Type slot : int to entry : MasterSlaveEntry in method private createKeysIterator(entry MasterSlaveEntry, pattern String, count int) : Iterator<String> in class org.redisson.RedissonKeys |
From |
To |
|
Rename Variable slot : ClusterSlotRange to entry : MasterSlaveEntry in method private retryReadRandomAsync(command RedisCommand<T>, mainPromise Promise<R>, nodes List<MasterSlaveEntry>, params Object...) : void in class org.redisson.command.CommandAsyncService |
From |
To |
|
Rename Variable slot : ClusterSlotRange to entry : MasterSlaveEntry in method public evalAllAsync(readOnlyMode boolean, command RedisCommand<T>, callback SlotCallback<T,R>, script String, keys List<Object>, params Object...) : Future<R> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Rename Variable slot : ClusterSlotRange to entry : MasterSlaveEntry in method public readAllAsync(command RedisCommand<T>, params Object...) : Future<Collection<R>> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Rename Variable slot : ClusterSlotRange to entry : MasterSlaveEntry in method public getKeysByPattern(pattern String) : Publisher<String> in class org.redisson.reactive.RedissonKeysReactive |
From |
To |
|
Rename Variable slotRange : ClusterSlotRange to slot : Integer in method public operationComplete(future Future<Void>) : void in class org.redisson.cluster.ClusterConnectionManager.addMasterEntry.addListener.operationComplete.addListener.operationComplete.addListener |
From |
To |
|
Rename Variable slots : List<ClusterSlotRange> to nodes : List<MasterSlaveEntry> in method public readRandomAsync(command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Rename Variable e : MasterSlaveEntry to entry : MasterSlaveEntry in method public connectionReadOp(source NodeSource, command RedisCommand<?>) : Future<RedisConnection> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Rename Variable slot : ClusterSlotRange to entry : MasterSlaveEntry in method public deleteByPatternAsync(pattern String) : Future<Long> in class org.redisson.RedissonKeys |
From |
To |
|
Rename Variable e : MasterSlaveEntry to entry : MasterSlaveEntry in method public connectionWriteOp(source NodeSource, command RedisCommand<?>) : Future<RedisConnection> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Rename Variable slots : Set<ClusterSlotRange> to nodes : Set<MasterSlaveEntry> in method private allAsync(readOnlyMode boolean, command RedisCommand<T>, callback SlotCallback<T,R>, params Object...) : Future<R> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Rename Variable slot : ClusterSlotRange to entry : MasterSlaveEntry in method private allAsync(readOnlyMode boolean, command RedisCommand<T>, callback SlotCallback<T,R>, params Object...) : Future<R> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Rename Variable currentSlotRange : ClusterSlotRange to slot : Integer in method private checkMasterNodesChange(cfg ClusterServersConfig, newPartitions Collection<ClusterPartition>) : Future<Void> in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Rename Variable slot : ClusterSlotRange to entry : MasterSlaveEntry in method public getKeysByPattern(pattern String, count int) : Iterable<String> in class org.redisson.RedissonKeys |
From |
To |
|
Change Variable Type slots : List<ClusterSlotRange> to nodes : List<MasterSlaveEntry> in method public readRandomAsync(command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Variable Type entry : Entry<ClusterSlotRange,MasterSlaveEntry> to entry : Entry<Integer,MasterSlaveEntry> in method public getEntry(addr InetSocketAddress) : MasterSlaveEntry in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Variable Type slot : ClusterSlotRange to slot : Integer in method private checkSlotsChange(cfg ClusterServersConfig, newPartitions Collection<ClusterPartition>, nodes String) : void in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Variable Type slot : ClusterSlotRange to slot : Integer in method private checkSlotsMigration(newPartitions Collection<ClusterPartition>, nodes String) : void in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Variable Type entry : Entry<ClusterSlotRange,List<String>> to entry : Entry<MasterSlaveEntry,List<String>> in method public deleteAsync(keys String...) : Future<Long> in class org.redisson.RedissonKeys |
From |
To |
|
Change Variable Type e : Map.Entry<Integer,Entry> to e : Map.Entry<MasterSlaveEntry,Entry> in method public executeAsyncVoid() : Future<Void> in class org.redisson.command.CommandBatchService |
From |
To |
|
Change Variable Type e : Map.Entry<Integer,Entry> to e : Map.Entry<MasterSlaveEntry,Entry> in method public executeAsync() : Future<List<?>> in class org.redisson.command.CommandBatchService |
From |
To |
|
Change Variable Type addedSlots : Set<ClusterSlotRange> to addedSlots : Set<Integer> in method private checkSlotsChange(cfg ClusterServersConfig, newPartitions Collection<ClusterPartition>, nodes String) : void in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Variable Type slot : ClusterSlotRange to entry : MasterSlaveEntry in method public deleteByPatternAsync(pattern String) : Future<Long> in class org.redisson.RedissonKeys |
From |
To |
|
Change Variable Type slots : Set<ClusterSlotRange> to nodes : Set<MasterSlaveEntry> in method private allAsync(readOnlyMode boolean, command RedisCommand<T>, callback SlotCallback<T,R>, params Object...) : Future<R> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Variable Type slot : ClusterSlotRange to entry : MasterSlaveEntry in method private allAsync(readOnlyMode boolean, command RedisCommand<T>, callback SlotCallback<T,R>, params Object...) : Future<R> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Variable Type range2key : Map<ClusterSlotRange,List<String>> to range2key : Map<MasterSlaveEntry,List<String>> in method public deleteAsync(keys String...) : Future<Long> in class org.redisson.RedissonKeys |
From |
To |
|
Change Variable Type currentSlotRange : ClusterSlotRange to slot : Integer in method private checkMasterNodesChange(cfg ClusterServersConfig, newPartitions Collection<ClusterPartition>) : Future<Void> in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Variable Type slot : ClusterSlotRange to entry : MasterSlaveEntry in method public getKeysByPattern(pattern String, count int) : Iterable<String> in class org.redisson.RedissonKeys |
From |
To |
|
Change Variable Type removedSlots : Set<ClusterSlotRange> to removedSlots : Set<Integer> in method private checkSlotsChange(cfg ClusterServersConfig, newPartitions Collection<ClusterPartition>, nodes String) : void in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Variable Type addedSlots : Set<ClusterSlotRange> to addedSlots : Set<Integer> in method private checkSlotsMigration(newPartitions Collection<ClusterPartition>, nodes String) : void in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Variable Type slot : ClusterSlotRange to entry : MasterSlaveEntry in method public evalAllAsync(readOnlyMode boolean, command RedisCommand<T>, callback SlotCallback<T,R>, script String, keys List<Object>, params Object...) : Future<R> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Variable Type slot : ClusterSlotRange to entry : MasterSlaveEntry in method private retryReadRandomAsync(command RedisCommand<T>, mainPromise Promise<R>, nodes List<MasterSlaveEntry>, params Object...) : void in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Variable Type slot : ClusterSlotRange to entry : MasterSlaveEntry in method public readAllAsync(command RedisCommand<T>, params Object...) : Future<Collection<R>> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Variable Type slot : ClusterSlotRange to entry : MasterSlaveEntry in method public getKeysByPattern(pattern String) : Publisher<String> in class org.redisson.reactive.RedissonKeysReactive |
From |
To |
|
Change Variable Type removedSlots : Set<ClusterSlotRange> to removedSlots : Set<Integer> in method private checkSlotsMigration(newPartitions Collection<ClusterPartition>, nodes String) : void in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Variable Type newPartitionsSlots : Collection<ClusterSlotRange> to newPartitionsSlots : Collection<Integer> in method private checkSlotsChange(cfg ClusterServersConfig, newPartitions Collection<ClusterPartition>, nodes String) : void in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Variable Type slotRange : ClusterSlotRange to slot : Integer in method public operationComplete(future Future<Void>) : void in class org.redisson.cluster.ClusterConnectionManager.addMasterEntry.addListener.operationComplete.addListener.operationComplete.addListener |
From |
To |
|
Rename Parameter slot : int to entry : MasterSlaveEntry in method public readAsync(client InetSocketAddress, entry MasterSlaveEntry, codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Rename Parameter slot : Integer to entry : MasterSlaveEntry in method public writeReactive(entry MasterSlaveEntry, codec Codec, command RedisCommand<T>, params Object...) : Publisher<R> in class org.redisson.command.CommandReactiveExecutor |
From |
To |
|
Rename Parameter slots : List<ClusterSlotRange> to nodes : List<MasterSlaveEntry> in method private retryReadRandomAsync(command RedisCommand<T>, mainPromise Promise<R>, nodes List<MasterSlaveEntry>, params Object...) : void in class org.redisson.command.CommandAsyncService |
From |
To |
|
Rename Parameter slot : Integer to entry : MasterSlaveEntry in method public writeReactive(entry MasterSlaveEntry, codec Codec, command RedisCommand<T>, params Object...) : Publisher<R> in class org.redisson.command.CommandReactiveService |
From |
To |
|
Rename Parameter slot : int to entry : MasterSlaveEntry in method private scanIterator(entry MasterSlaveEntry, startPos long, pattern String) : Publisher<ListScanResult<String>> in class org.redisson.reactive.RedissonKeysReactive |
From |
To |
|
Rename Parameter slot : int to entry : MasterSlaveEntry in method public readAsync(client InetSocketAddress, entry MasterSlaveEntry, codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.command.CommandAsyncExecutor |
From |
To |
|
Rename Parameter slot : int to entry : MasterSlaveEntry in method private createKeysIterator(entry MasterSlaveEntry, pattern String, count int) : Iterator<String> in class org.redisson.RedissonKeys |
From |
To |
|
Rename Parameter slot : int to entry : MasterSlaveEntry in method private createKeysIterator(entry MasterSlaveEntry, pattern String) : Publisher<String> in class org.redisson.reactive.RedissonKeysReactive |
From |
To |
|
Rename Parameter slotRange : ClusterSlotRange to slot : int in method protected changeMaster(slot int, host String, port int) : void in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Rename Parameter slotRange : ClusterSlotRange to slot : Integer in method protected removeMaster(slot Integer) : MasterSlaveEntry in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Rename Parameter slotRange : ClusterSlotRange to slot : Integer in method private find(partitions Collection<ClusterPartition>, slot Integer) : ClusterPartition in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Rename Parameter slot : int to entry : MasterSlaveEntry in method private scanIterator(client InetSocketAddress, entry MasterSlaveEntry, startPos long, pattern String, count int) : ListScanResult<String> in class org.redisson.RedissonKeys |
From |
To |
|
Rename Parameter slotRange : ClusterSlotRange to slot : Integer in method protected addEntry(slot Integer, entry MasterSlaveEntry) : void in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |