|
Rename Method public read(key String, asyncOperation AsyncOperation<V,T>) : T renamed to public allAsync(readOnlyMode boolean, command RedisCommand<T>, params Object...) : Future<Boolean> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Rename Method public writeAsync(key String, asyncOperation AsyncOperation<V,T>) : Future<T> renamed to public readAsync(key String, codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.connection.ConnectionManager |
From |
To |
|
Rename Method public writeAllAsync(asyncOperation AsyncOperation<V,T>) : Future<T> renamed to public writeAsync(key String, codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.connection.ConnectionManager |
From |
To |
|
Rename Method public message(channel String, message V) : void renamed to public onMessage(channel String, message V) : void in class org.redisson.RedisPubSubTopicListenerWrapper |
From |
To |
|
Rename Method public write(key String, asyncOperation AsyncOperation<V,R>) : R renamed to public writeAsyncVoid(key String, command RedisCommand<T>, params Object...) : Future<Void> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Rename Method public readAsync(asyncOperation AsyncOperation<V,T>) : Future<T> renamed to private async(readOnlyMode boolean, slot int, messageDecoder MultiDecoder<Object>, codec Codec, command RedisCommand<V>, params Object[], mainPromise Promise<R>, attempt int) : void in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Rename Method public readAsync(key String, asyncOperation AsyncOperation<V,T>) : Future<T> renamed to public readAllAsync(command RedisCommand<T>, params Object...) : Future<Queue<Object>> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Rename Method private write(slot int, operation SyncInterruptedOperation<V,R>, attempt int) : R renamed to private async(readOnlyMode boolean, slot int, operation SyncOperation<R>, attempt int) : R in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Rename Method public write(key String, asyncOperation AsyncOperation<V,R>) : R renamed to public writeAsyncVoid(key String, command RedisCommand<T>, params Object...) : Future<Void> in class org.redisson.connection.ConnectionManager |
From |
To |
|
Rename Method public readAsync(key String, asyncOperation AsyncOperation<V,T>) : Future<T> renamed to public readAllAsync(command RedisCommand<T>, params Object...) : Future<Queue<Object>> in class org.redisson.connection.ConnectionManager |
From |
To |
|
Rename Method public writeAllAsync(asyncOperation AsyncOperation<V,T>) : Future<T> renamed to public writeAsync(key String, codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Rename Method public writeAsync(key String, asyncOperation AsyncOperation<V,T>) : Future<T> renamed to public readAsync(key String, codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Rename Method public message(pattern String, channel String, message V) : void renamed to public onPatternMessage(pattern String, channel String, message V) : void in class org.redisson.RedisPubSubTopicListenerWrapper |
From |
To |
|
Change Parameter Type listener : RedisPubSubAdapter<V> to listener : RedisPubSubListener in method public subscribe(listener RedisPubSubListener, channelName String) : Future<PubSubStatusMessage> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Parameter Type codec : RedisCodec to codec : Codec in method public init(codec Codec, config MasterSlaveServersConfig) : void in class org.redisson.connection.LoadBalancer |
From |
To |
|
Change Parameter Type listener : RedisPubSubListener to listener : RedisPubSubListener<?> in method public addListener(channelName String, listener RedisPubSubListener<?>) : void in class org.redisson.connection.PubSubConnectionEntry |
From |
To |
|
Change Parameter Type connection : RedisConnection<Object,V> to connection : RedisConnection in method package add(value V, codec Codec, connection RedisConnection) : boolean in class org.redisson.RedissonSortedSet |
From |
To |
|
Change Parameter Type codec : RedissonCodec to codec : Codec in method public setCodec(codec Codec) : Config in class org.redisson.Config |
From |
To |
|
Change Parameter Type codec : RedisCodec to codec : Codec in method public SingleEntry(codec Codec, connectionManager ConnectionManager, config MasterSlaveServersConfig) in class org.redisson.connection.SingleEntry |
From |
To |
|
Change Parameter Type connection : RedisConnection<Object,V> to connection : RedisConnection in method private binarySearch(value V, codec Codec, connection RedisConnection, lowerIndex int, upperIndex int) : BinarySearchResult<V> in class org.redisson.RedissonSortedSet |
From |
To |
|
Change Parameter Type codec : RedisCodec to codec : Codec in method public MasterSlaveEntry(codec Codec, connectionManager ConnectionManager, config MasterSlaveServersConfig) in class org.redisson.connection.MasterSlaveEntry |
From |
To |
|
Change Parameter Type listener : RedisPubSubAdapter to listener : RedisPubSubListener in method public subscribe(codec Codec, listener RedisPubSubListener, channel String) : Future<PubSubStatusMessage> in class org.redisson.connection.PubSubConnectionEntry |
From |
To |
|
Change Parameter Type listener : RedisPubSubListener to listener : RedisPubSubListener<?> in method public removeListener(listener RedisPubSubListener<?>) : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Parameter Type connection : RedisConnection<Object,?> to connection : RedisConnection in method private loadComparator(connection RedisConnection) : void in class org.redisson.RedissonSortedSet |
From |
To |
|
Change Parameter Type connection : RedisConnection<Object,?> to connection : RedisConnection in method private size(connection RedisConnection) : int in class org.redisson.RedissonSortedSet |
From |
To |
|
Change Parameter Type connection : RedisConnection<Object,?> to connection : RedisConnection in method private checkComparator(connection RedisConnection) : void in class org.redisson.RedissonSortedSet |
From |
To |
|
Change Parameter Type connection : RedisConnection<Object,V> to connection : RedisConnection in method package score(value V, connection RedisConnection, indexDiff int, tail boolean) : double in class org.redisson.RedissonSortedSet |
From |
To |
|
Change Parameter Type operation : SyncInterruptedOperation<V,R> to operation : SyncOperation<R> in method private async(readOnlyMode boolean, slot int, operation SyncOperation<R>, attempt int) : R in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Parameter Type codec : RedisCodec to codec : Codec in method public init(codec Codec, config MasterSlaveServersConfig) : void in class org.redisson.connection.BaseLoadBalancer |
From |
To |
|
Change Parameter Type conn : org.redisson.client.RedisConnection to conn : RedisConnection in method public createReleaseReadListener(slot int, conn RedisConnection, timeout Timeout) : FutureListener<T> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Parameter Type connection : RedisConnection<Object,V> to connection : RedisConnection in method public binarySearch(value V, codec Codec, connection RedisConnection) : BinarySearchResult<V> in class org.redisson.RedissonSortedSet |
From |
To |
|
Change Return Type Future<String> to Future<Boolean> in method public scriptFlushAsync() : Future<Boolean> in class org.redisson.core.RScript |
From |
To |
|
Change Return Type RedisConnection<K,V> to RedisConnection in method protected connectionWriteOp(slot int) : RedisConnection in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Return Type RedisConnection<K,V> to RedisConnection in method public connectionWriteOp() : RedisConnection in class org.redisson.connection.MasterSlaveEntry |
From |
To |
|
Change Return Type Future<Long> to Future<Boolean> in method public addAsync(obj V) : Future<Boolean> in class org.redisson.RedissonHyperLogLog |
From |
To |
|
Change Return Type long to boolean in method public addAll(objects Collection<V>) : boolean in class org.redisson.RedissonHyperLogLog |
From |
To |
|
Change Return Type long to boolean in method public add(obj V) : boolean in class org.redisson.RedissonHyperLogLog |
From |
To |
|
Change Return Type Future<String> to Future<Boolean> in method public scriptFlushAsync() : Future<Boolean> in class org.redisson.RedissonScript |
From |
To |
|
Change Return Type T to Future<Boolean> in method public allAsync(readOnlyMode boolean, command RedisCommand<T>, params Object...) : Future<Boolean> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Return Type PubSubConnectionEntry to Future<PubSubStatusMessage> in method public subscribe(listener RedisPubSubListener, channelName String) : Future<PubSubStatusMessage> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Return Type long to void in method public mergeWith(otherLogNames String...) : void in class org.redisson.RedissonHyperLogLog |
From |
To |
|
Change Return Type Future<Long> to Future<Void> in method public mergeWithAsync(otherLogNames String...) : Future<Void> in class org.redisson.core.RHyperLogLog |
From |
To |
|
Change Return Type Future<String> to Future<Boolean> in method public scriptKillAsync() : Future<Boolean> in class org.redisson.core.RScript |
From |
To |
|
Change Return Type Future<T> to Future<R> in method public writeAsync(key String, codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Return Type Future<T> to Future<R> in method public readAsync(key String, codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Return Type Future<T> to void in method private async(readOnlyMode boolean, slot int, messageDecoder MultiDecoder<Object>, codec Codec, command RedisCommand<V>, params Object[], mainPromise Promise<R>, attempt int) : void in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Return Type RedisConnection<K,V> to RedisConnection in method public connectionReadOp(slot int) : RedisConnection in class org.redisson.connection.ConnectionManager |
From |
To |
|
Change Return Type Future<T> to Future<Queue<Object>> in method public readAllAsync(command RedisCommand<T>, params Object...) : Future<Queue<Object>> in class org.redisson.connection.ConnectionManager |
From |
To |
|
Change Return Type Future<T> to Future<R> in method public writeAsync(codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Return Type Future<T> to Future<R> in method public writeAsync(codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.connection.ConnectionManager |
From |
To |
|
Change Return Type R to Future<Void> in method public writeAsyncVoid(key String, command RedisCommand<T>, params Object...) : Future<Void> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Return Type Future to Future<PubSubStatusMessage> in method public unsubscribe(channel String) : Future<PubSubStatusMessage> in class org.redisson.connection.PubSubConnectionEntry |
From |
To |
|
Change Return Type long to boolean in method public addAll(objects Collection<V>) : boolean in class org.redisson.core.RHyperLogLog |
From |
To |
|
Change Return Type Future<Long> to Future<Boolean> in method public addAllAsync(objects Collection<V>) : Future<Boolean> in class org.redisson.core.RHyperLogLog |
From |
To |
|
Change Return Type Future<T> to Future<Queue<Object>> in method public readAllAsync(command RedisCommand<T>, params Object...) : Future<Queue<Object>> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Return Type Future<Long> to Future<Boolean> in method public addAllAsync(objects Collection<V>) : Future<Boolean> in class org.redisson.RedissonHyperLogLog |
From |
To |
|
Change Return Type RedisConnection<K,V> to RedisConnection in method public connectionReadOp(slot int) : RedisConnection in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Return Type String to boolean in method public scriptKill() : boolean in class org.redisson.core.RScript |
From |
To |
|
Change Return Type String to boolean in method public scriptKill() : boolean in class org.redisson.RedissonScript |
From |
To |
|
Change Return Type Future<Long> to Future<Void> in method public mergeWithAsync(otherLogNames String...) : Future<Void> in class org.redisson.RedissonHyperLogLog |
From |
To |
|
Change Return Type Future<String> to Future<Boolean> in method public scriptKillAsync() : Future<Boolean> in class org.redisson.RedissonScript |
From |
To |
|
Change Return Type String to boolean in method public scriptFlush() : boolean in class org.redisson.RedissonScript |
From |
To |
|
Change Return Type RedisConnection<K,V> to RedisConnection in method public connectionReadOp() : RedisConnection in class org.redisson.connection.MasterSlaveEntry |
From |
To |
|
Change Return Type long to void in method public mergeWith(otherLogNames String...) : void in class org.redisson.core.RHyperLogLog |
From |
To |
|
Change Return Type Future<V> to Future<Boolean> in method public replaceAsync(key K, oldValue V, newValue V) : Future<Boolean> in class org.redisson.RedissonMap |
From |
To |
|
Change Return Type long to boolean in method public add(obj V) : boolean in class org.redisson.core.RHyperLogLog |
From |
To |
|
Change Return Type Future<V> to Future<Boolean> in method public replaceAsync(key K, oldValue V, newValue V) : Future<Boolean> in class org.redisson.core.RMap |
From |
To |
|
Change Return Type Future<T> to Future<R> in method public writeAsync(key String, codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.connection.ConnectionManager |
From |
To |
|
Change Return Type Future<Long> to Future<Boolean> in method public addAsync(obj V) : Future<Boolean> in class org.redisson.core.RHyperLogLog |
From |
To |
|
Change Return Type RedisConnection<K,V> to RedisConnection in method public connectionReadOp() : RedisConnection in class org.redisson.connection.SingleEntry |
From |
To |
|
Change Return Type void to Future<PubSubStatusMessage> in method public subscribe(codec Codec, listener RedisPubSubListener, channel String) : Future<PubSubStatusMessage> in class org.redisson.connection.PubSubConnectionEntry |
From |
To |
|
Change Return Type R to Future<Void> in method public writeAsyncVoid(key String, command RedisCommand<T>, params Object...) : Future<Void> in class org.redisson.connection.ConnectionManager |
From |
To |
|
Change Return Type String to boolean in method public scriptFlush() : boolean in class org.redisson.core.RScript |
From |
To |
|
Change Return Type RedissonCodec to Codec in method public getCodec() : Codec in class org.redisson.Config |
From |
To |
|
Change Return Type Future<T> to Future<R> in method public readAsync(key String, codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.connection.ConnectionManager |
From |
To |
|
Change Return Type Future to Future<PubSubStatusMessage> in method public punsubscribe(channel String) : Future<PubSubStatusMessage> in class org.redisson.connection.PubSubConnectionEntry |
From |
To |
|
Change Variable Type res : Set<V> to res : List<Object> in method public toArray() : Object[] in class org.redisson.RedissonSet |
From |
To |
|
Change Variable Type opStatus : String to opStatus : Boolean in method public isHeldByCurrentThread() : boolean in class org.redisson.RedissonLock |
From |
To |
|
Change Variable Type opStatus : String to opStatus : Boolean in method public unlock() : void in class org.redisson.RedissonLock |
From |
To |
|
Change Variable Type future : Future<T> to future : Future<R> in method private async(readOnlyMode boolean, slot int, messageDecoder MultiDecoder<Object>, codec Codec, command RedisCommand<V>, params Object[], mainPromise Promise<R>, attempt int) : void in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Variable Type connection : RedisAsyncConnection<String,String> to connection : RedisConnection in method public SentinelConnectionManager(cfg SentinelServersConfig, config Config) in class org.redisson.connection.SentinelConnectionManager |
From |
To |
|
Change Variable Type mainPromise : Promise<T> to mainPromise : Promise<Boolean> in method public allAsync(readOnlyMode boolean, command RedisCommand<T>, params Object...) : Future<Boolean> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Variable Type mainPromise : Promise<T> to mainPromise : Promise<R> in method public writeAsync(key String, codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Variable Type mainPromise : Promise<T> to attemptPromise : Promise<R> in method private async(readOnlyMode boolean, slot int, messageDecoder MultiDecoder<Object>, codec Codec, command RedisCommand<V>, params Object[], mainPromise Promise<R>, attempt int) : void in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Variable Type conn : RedisPubSubConnection<K,V> to conn : RedisPubSubConnection in method public subscribe(listener RedisPubSubListener, channelName String) : Future<PubSubStatusMessage> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Variable Type range : List<Object> to range : List<V> in method public containsAll(c Collection<?>) : boolean in class org.redisson.RedissonList |
From |
To |
|
Change Variable Type res : Set<V> to res : List<Object> in method public toArray(a T[]) : T[] in class org.redisson.RedissonSet |
From |
To |
|
Change Variable Type future : Future to future : Future<PubSubStatusMessage> in method public unsubscribe(channel String) : Future<PubSubStatusMessage> in class org.redisson.connection.PubSubConnectionEntry |
From |
To |
|
Change Variable Type conn : RedisPubSubConnection<K,V> to conn : RedisPubSubConnection in method public subscribe(channelName String) : PubSubConnectionEntry in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Variable Type conn : RedisConnection<K,V> to conn : RedisConnection in method public connectionWriteOp() : RedisConnection in class org.redisson.connection.MasterSlaveEntry |
From |
To |
|
Change Variable Type mainPromise : Promise<T> to mainPromise : Promise<R> in method public readAsync(key String, codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Variable Type keys : List<Object> to keys : Collection<Object> in method public getBuckets(pattern String) : List<RBucket<V>> in class org.redisson.Redisson |
From |
To |
|
Change Variable Type pubsub : RedisPubSubConnection<String,String> to pubsub : RedisPubSubConnection in method private monitorMasterChange(cfg SentinelServersConfig, addedSlaves Set<String>) : void in class org.redisson.connection.SentinelConnectionManager |
From |
To |
|
Change Variable Type loop : EventLoop to group : EventLoopGroup in method public removeAsync(value V) : Future<Boolean> in class org.redisson.RedissonSortedSet |
From |
To |
|
Change Variable Type mainPromise : Promise<R> to mainPromise : Promise<String> in method public writeAsyncVoid(key String, command RedisCommand<T>, params Object...) : Future<Void> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Variable Type map : Map<Object,Object> to map : Map<K,V> in method public entrySet() : Set<java.util.Map.Entry<K,V>> in class org.redisson.RedissonMap |
From |
To |
|
Change Variable Type mainPromise : Promise<T> to mainPromise : Promise<Queue<Object>> in method public readAllAsync(command RedisCommand<T>, params Object...) : Future<Queue<Object>> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Variable Type mainPromise : Promise<T> to mainPromise : Promise<R> in method public writeAsync(codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Variable Type connection : RedisAsyncConnection<String,String> to connection : RedisConnection in method public ClusterConnectionManager(cfg ClusterServersConfig, config Config) in class org.redisson.connection.ClusterConnectionManager |
From |
To |
|
Change Variable Type future : Future to future : Future<PubSubStatusMessage> in method public punsubscribe(channel String) : Future<PubSubStatusMessage> in class org.redisson.connection.PubSubConnectionEntry |
From |
To |
|
Change Variable Type conn : RedisPubSubConnection<K,V> to conn : RedisPubSubConnection in method public psubscribe(channelName String) : PubSubConnectionEntry in class org.redisson.connection.MasterSlaveConnectionManager |
From |
To |
|
Change Variable Type elemens : ArrayList<V> to elements : List<Object> in method public addAll(index int, coll Collection<? extends V>) : boolean in class org.redisson.RedissonList |
From |
To |