b0158fb2ab6de20922cc1b19597c5e17dae0b527
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private safeHandshake(client T, recovery GridNioRecoveryDescriptor, rmtNodeId UUID, timeout long, sslMeta GridSslMeta, handshakeConnIdx Integer) : long renamed to private safeTcpHandshake(ch SocketChannel, recovery GridNioRecoveryDescriptor, rmtNodeId UUID, timeout long, sslMeta GridSslMeta, handshakeConnIdx Integer) : long in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type client : T to ch : SocketChannel in method private safeTcpHandshake(ch SocketChannel, recovery GridNioRecoveryDescriptor, rmtNodeId UUID, timeout long, sslMeta GridSslMeta, handshakeConnIdx Integer) : long in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
Rename Variable | 1 | ||
Rename Variable conn : boolean to needWait : boolean in method protected createTcpClient(node ClusterNode, connIdx int) : GridCommunicationClient in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
Change Variable Type | 1 | ||
Change Variable Type obj : HandshakeTimeoutObject<T> to obj : HandshakeTimeoutObject in method private safeTcpHandshake(ch SocketChannel, recovery GridNioRecoveryDescriptor, rmtNodeId UUID, timeout long, sslMeta GridSslMeta, handshakeConnIdx Integer) : long in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
Rename Parameter | 1 | ||
Rename Parameter client : T to ch : SocketChannel in method private safeTcpHandshake(ch SocketChannel, recovery GridNioRecoveryDescriptor, rmtNodeId UUID, timeout long, sslMeta GridSslMeta, handshakeConnIdx Integer) : long in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To |