|
Move Method public reset(remoteEP InetAddress) : void from class org.lealone.cluster.net.OutboundTcpConnectionPool to package reset(remoteEndpoint InetAddress) : void from class org.lealone.cluster.net.OutboundTcpConnection |
From |
To |
|
Move Method package getTimeouts() : long from class org.lealone.cluster.net.OutboundTcpConnectionPool to package getTimeouts() : long from class org.lealone.cluster.net.OutboundTcpConnection |
From |
To |
|
Move Method private newSocket(endpoint InetAddress) : Socket from class org.lealone.cluster.net.OutboundTcpConnectionPool to private newSocket(endpoint InetAddress) : Socket from class org.lealone.cluster.net.OutboundTcpConnection |
From |
To |
|
Move Method package newSocket() : Socket from class org.lealone.cluster.net.OutboundTcpConnectionPool to private newSocket() : Socket from class org.lealone.cluster.net.OutboundTcpConnection |
From |
To |
|
Move Method package incrementTimeout() : void from class org.lealone.cluster.net.OutboundTcpConnectionPool to package incrementTimeout() : void from class org.lealone.cluster.net.OutboundTcpConnection |
From |
To |
|
Move Method private isEncryptedChannel(address InetAddress) : boolean from class org.lealone.cluster.net.OutboundTcpConnectionPool to private isEncryptedChannel(address InetAddress) : boolean from class org.lealone.cluster.net.OutboundTcpConnection |
From |
To |
|
Move Method package reset() : void from class org.lealone.cluster.net.OutboundTcpConnectionPool to package reset() : void from class org.lealone.cluster.net.OutboundTcpConnection |
From |
To |
|
Change Variable Type cp : OutboundTcpConnectionPool to conn : OutboundTcpConnection in method public getConnection(to InetAddress) : OutboundTcpConnection in class org.lealone.cluster.net.MessagingService |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,OutboundTcpConnectionPool> to entry : Map.Entry<InetAddress,OutboundTcpConnection> in method public getResponseCompletedTasks() : Map<String,Long> in class org.lealone.cluster.net.MessagingService |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,OutboundTcpConnectionPool> to entry : Map.Entry<InetAddress,OutboundTcpConnection> in method public getTimeoutsPerHost() : Map<String,Long> in class org.lealone.cluster.net.MessagingService |
From |
To |
|
Change Variable Type existingPool : OutboundTcpConnectionPool to existingConn : OutboundTcpConnection in method public getConnection(to InetAddress) : OutboundTcpConnection in class org.lealone.cluster.net.MessagingService |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,OutboundTcpConnectionPool> to entry : Map.Entry<InetAddress,OutboundTcpConnection> in method public getResponsePendingTasks() : Map<String,Integer> in class org.lealone.cluster.net.MessagingService |
From |
To |
|
Change Variable Type cp : OutboundTcpConnectionPool to conn : OutboundTcpConnection in method public destroyConnection(to InetAddress) : void in class org.lealone.cluster.net.MessagingService |
From |
To |