|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method protected releaseConnection(entry ClientConnectionsEntry) : void in class org.redisson.misc.PubSubConnectionPoll |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method private initConnections(entry ClientConnectionsEntry, runnable Runnable, checkFreezed boolean) : void in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method protected connect(entry ClientConnectionsEntry) : Future<RedisPubSubConnection> in class org.redisson.misc.PubSubConnectionPoll |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method protected releaseConnection(entry ClientConnectionsEntry, conn T) : void in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method public get(entry ClientConnectionsEntry) : Future<T> in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method public returnConnection(entry ClientConnectionsEntry, connection T) : void in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method protected getMinimumIdleSize(entry ClientConnectionsEntry) : int in class org.redisson.misc.PubSubConnectionPoll |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method private promiseSuccessful(entry ClientConnectionsEntry, promise Promise<T>, conn T) : void in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method private connect(entry ClientConnectionsEntry, promise Promise<T>) : void in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method public add(entry ClientConnectionsEntry) : void in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Parameter Type clientsCopy : List<SubscribesConnectionEntry> to clientsCopy : List<ClientConnectionsEntry> in method public getEntry(clientsCopy List<ClientConnectionsEntry>) : ClientConnectionsEntry in class org.redisson.connection.LoadBalancer |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method private promiseFailure(entry ClientConnectionsEntry, promise Promise<T>, cause Throwable) : void in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Parameter Type clientsCopy : List<SubscribesConnectionEntry> to clientsCopy : List<ClientConnectionsEntry> in method public getEntry(clientsCopy List<ClientConnectionsEntry>) : ClientConnectionsEntry in class org.redisson.connection.RandomLoadBalancer |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method public add(entry ClientConnectionsEntry) : void in class org.redisson.connection.LoadBalancerManager |
From |
To |
|
Change Parameter Type clientsCopy : List<SubscribesConnectionEntry> to clientsCopy : List<ClientConnectionsEntry> in method public getEntry(clientsCopy List<ClientConnectionsEntry>) : ClientConnectionsEntry in class org.redisson.connection.RoundRobinLoadBalancer |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method private handleQueue(entry ClientConnectionsEntry, checkFreezed boolean) : void in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method protected connect(entry ClientConnectionsEntry) : Future<T> in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method protected tryAcquireConnection(entry ClientConnectionsEntry) : boolean in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method private scheduleCheck(entry ClientConnectionsEntry) : void in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method protected releaseConnection(entry ClientConnectionsEntry, conn RedisPubSubConnection) : void in class org.redisson.misc.PubSubConnectionPoll |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method public remove(entry ClientConnectionsEntry) : void in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method protected getMinimumIdleSize(entry ClientConnectionsEntry) : int in class org.redisson.misc.MasterConnectionPool |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method private promiseFailure(entry ClientConnectionsEntry, promise Promise<T>, conn T) : void in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method protected releaseConnection(entry ClientConnectionsEntry) : void in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method protected getMinimumIdleSize(entry ClientConnectionsEntry) : int in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method private freezeMaster(entry ClientConnectionsEntry) : void in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method protected poll(entry ClientConnectionsEntry) : RedisPubSubConnection in class org.redisson.misc.PubSubConnectionPoll |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method protected tryAcquireConnection(entry ClientConnectionsEntry) : boolean in class org.redisson.misc.PubSubConnectionPoll |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method public add(entry ClientConnectionsEntry) : void in class org.redisson.connection.LoadBalancerManagerImpl |
From |
To |
|
Change Parameter Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method protected poll(entry ClientConnectionsEntry) : T in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Variable Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method public returnConnection(connection RedisConnection) : void in class org.redisson.connection.LoadBalancerManagerImpl |
From |
To |
|
Change Variable Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method public get() : Future<T> in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Variable Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method public shutdown() : void in class org.redisson.connection.LoadBalancerManagerImpl |
From |
To |
|
Change Variable Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method public getConnection(addr InetSocketAddress) : Future<RedisConnection> in class org.redisson.connection.LoadBalancerManagerImpl |
From |
To |
|
Change Variable Type oldMaster : SubscribesConnectionEntry to oldMaster : ClientConnectionsEntry in method public changeMaster(host String, port int) : void in class org.redisson.connection.MasterSlaveEntry |
From |
To |
|
Change Variable Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method public shutdownAsync() : void in class org.redisson.connection.LoadBalancerManagerImpl |
From |
To |
|
Change Variable Type connectionEntry : SubscribesConnectionEntry to connectionEntry : ClientConnectionsEntry in method public getAvailableClients() : int in class org.redisson.connection.LoadBalancerManagerImpl |
From |
To |
|
Change Variable Type connectionEntry : SubscribesConnectionEntry to connectionEntry : ClientConnectionsEntry in method public freeze(host String, port int, freezeReason FreezeReason) : Collection<RedisPubSubConnection> in class org.redisson.connection.LoadBalancerManagerImpl |
From |
To |
|
Change Variable Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method public unfreeze(host String, port int, freezeReason FreezeReason) : boolean in class org.redisson.connection.LoadBalancerManagerImpl |
From |
To |
|
Change Variable Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method public returnSubscribeConnection(connection RedisPubSubConnection) : void in class org.redisson.connection.LoadBalancerManagerImpl |
From |
To |
|
Change Variable Type entry : SubscribesConnectionEntry to entry : ClientConnectionsEntry in method private addSlave(host String, port int, freezed boolean, mode NodeType) : void in class org.redisson.connection.MasterSlaveEntry |
From |
To |