|
Change Parameter Type partitions : Map<Integer,ClusterPartition> to partitions : Collection<ClusterPartition> in method private checkSlotsChange(cfg ClusterServersConfig, partitions Collection<ClusterPartition>) : void in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Parameter Type endSlot : int to slotRange : ClusterSlotRange in method protected changeMaster(slotRange ClusterSlotRange, host String, port int) : void in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Parameter Type slots : List<Integer> to slots : List<ClusterSlotRange> in method private retryReadRandomAsync(command RedisCommand<T>, mainPromise Promise<R>, slots List<ClusterSlotRange>, params Object...) : void in class org.redisson.CommandExecutorService |
From |
To |
|
Change Parameter Type slot : int to slotRange : ClusterSlotRange in method protected slaveDown(slotRange ClusterSlotRange, host String, port int) : void in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Parameter Type endSlot : int to slotRange : ClusterSlotRange in method protected removeMaster(slotRange ClusterSlotRange) : MasterSlaveEntry in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Move Method public getStartSlot() : int from class org.redisson.connection.MasterSlaveEntry to public getStartSlot() : int from class org.redisson.cluster.ClusterSlotRange |
From |
To |
|
Move Method public getStartSlot() : int from class org.redisson.connection.ClusterPartition to public getStartSlot() : int from class org.redisson.cluster.ClusterSlotRange |
From |
To |
|
Move Method public getStartSlot() : int from class org.redisson.connection.ClusterNodeInfo to public getStartSlot() : int from class org.redisson.cluster.ClusterSlotRange |
From |
To |
|
Move Method public isOwn(slot int) : boolean from class org.redisson.connection.MasterSlaveEntry to public isOwn(slot int) : boolean from class org.redisson.cluster.ClusterSlotRange |
From |
To |
|
Move Method public getEndSlot() : int from class org.redisson.connection.ClusterNodeInfo to public getEndSlot() : int from class org.redisson.cluster.ClusterSlotRange |
From |
To |
|
Move Method public getEndSlot() : int from class org.redisson.connection.ClusterPartition to public getEndSlot() : int from class org.redisson.cluster.ClusterSlotRange |
From |
To |
|
Move Method public getEndSlot() : int from class org.redisson.connection.MasterSlaveEntry to public getEndSlot() : int from class org.redisson.cluster.ClusterSlotRange |
From |
To |
|
Move Attribute private startSlot : int from class org.redisson.connection.ClusterPartition to private startSlot : int from class org.redisson.cluster.ClusterSlotRange |
From |
To |
|
Move Attribute private endSlot : int from class org.redisson.connection.ClusterNodeInfo to private endSlot : int from class org.redisson.cluster.ClusterSlotRange |
From |
To |
|
Move Attribute package startSlot : int from class org.redisson.connection.MasterSlaveEntry to private startSlot : int from class org.redisson.cluster.ClusterSlotRange |
From |
To |
|
Move Attribute package endSlot : int from class org.redisson.connection.MasterSlaveEntry to private endSlot : int from class org.redisson.cluster.ClusterSlotRange |
From |
To |
|
Move Attribute private startSlot : int from class org.redisson.connection.ClusterNodeInfo to private startSlot : int from class org.redisson.cluster.ClusterSlotRange |
From |
To |
|
Move Attribute private endSlot : int from class org.redisson.connection.ClusterPartition to private endSlot : int from class org.redisson.cluster.ClusterSlotRange |
From |
To |
|
Change Variable Type removeSlots : Set<Integer> to removedSlots : Set<ClusterSlotRange> in method private checkSlotsChange(cfg ClusterServersConfig, partitions Collection<ClusterPartition>) : void in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Variable Type slot : Integer to slot : ClusterSlotRange in method public getKeysByPattern(pattern String) : Iterable<String> in class org.redisson.RedissonKeys |
From |
To |
|
Change Variable Type addSlots : Set<Integer> to addedSlots : Set<ClusterSlotRange> in method private checkSlotsChange(cfg ClusterServersConfig, partitions Collection<ClusterPartition>) : void in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Variable Type entry : Entry<Integer,MasterSlaveEntry> to entry : Entry<ClusterSlotRange,MasterSlaveEntry> in method private checkSlotsChange(cfg ClusterServersConfig, partitions Collection<ClusterPartition>) : void in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Variable Type removeAddrs : Map<Integer,MasterSlaveEntry> to removeAddrs : Map<ClusterSlotRange,MasterSlaveEntry> in method private checkSlotsChange(cfg ClusterServersConfig, partitions Collection<ClusterPartition>) : void in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Variable Type partitions : Map<Integer,ClusterPartition> to partitions : Collection<ClusterPartition> in method public ClusterConnectionManager(cfg ClusterServersConfig, config Config) in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Variable Type slot : Integer to slot : ClusterSlotRange in method public getKeys() : Iterable<String> in class org.redisson.RedissonKeys |
From |
To |
|
Change Variable Type partitions : Map<Integer,ClusterPartition> to lastPartitions : Map<ClusterSlotRange,ClusterPartition> in method private checkMasterNodesChange(newPartitions Collection<ClusterPartition>) : void in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Variable Type slot : Integer to slot : ClusterSlotRange in method public readAllAsync(command RedisCommand<T>, params Object...) : Future<Collection<R>> in class org.redisson.CommandExecutorService |
From |
To |
|
Change Variable Type slots : List<Integer> to slots : List<ClusterSlotRange> in method public readRandomAsync(command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.CommandExecutorService |
From |
To |
|
Change Variable Type slot : Integer to slot : ClusterSlotRange in method private retryReadRandomAsync(command RedisCommand<T>, mainPromise Promise<R>, slots List<ClusterSlotRange>, params Object...) : void in class org.redisson.CommandExecutorService |
From |
To |
|
Change Variable Type slot : Integer to slot : ClusterSlotRange in method public allAsync(readOnlyMode boolean, command RedisCommand<T>, callback SlotCallback<T,R>, params Object...) : Future<R> in class org.redisson.CommandExecutorService |
From |
To |
|
Change Variable Type slot : Integer to slot : ClusterSlotRange in method private checkSlotsChange(cfg ClusterServersConfig, partitions Collection<ClusterPartition>) : void in class org.redisson.cluster.ClusterConnectionManager |
From |
To |
|
Change Variable Type slot : Integer to slot : ClusterSlotRange 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.CommandExecutorService |
From |
To |