|
Change Return Type Map<String,Long> to Map<UUID,Long> in method public receivedMessagesByNode() : Map<UUID,Long> in class org.apache.ignite.spi.communication.tcp.TcpCommunicationMetricsListener |
From |
To |
|
Change Return Type Map<String,Long> to Map<UUID,Long> in method public sentMessagesByNode() : Map<UUID,Long> in class org.apache.ignite.spi.communication.tcp.TcpCommunicationMetricsListener |
From |
To |
|
Change Return Type Map<String,Long> to Map<UUID,Long> in method public getReceivedMessagesByNode() : Map<UUID,Long> in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi |
From |
To |
|
Change Return Type Map<String,Long> to Map<UUID,Long> in method public getSentMessagesByNode() : Map<UUID,Long> in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.TcpCommunicationSpiMBeanImpl |
From |
To |
|
Change Return Type Map<String,Long> to Map<UUID,Long> in method public getSentMessagesByNode() : Map<UUID,Long> in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi |
From |
To |
|
Change Return Type Map<String,Long> to Map<UUID,Long> in method public getReceivedMessagesByNode() : Map<UUID,Long> in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.TcpCommunicationSpiMBeanImpl |
From |
To |
|
Change Return Type Map<String,Long> to Map<UUID,Long> in method public getSentMessagesByNode() : Map<UUID,Long> in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiMBean |
From |
To |
|
Change Return Type Map<String,Long> to Map<UUID,Long> in method public getReceivedMessagesByNode() : Map<UUID,Long> in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiMBean |
From |
To |
|
Change Return Type Map<String,Long> to Map<T,Long> in method private convertStatistics(srcStat Map<T,LongAdder8>) : Map<T,Long> in class org.apache.ignite.spi.communication.tcp.TcpCommunicationMetricsListener |
From |
To |
|
Change Variable Type msgsSentByNode0 : Map<String,Long> to msgsSentByNode0 : Map<UUID,Long> in method public testStatistics() : void in class org.apache.ignite.spi.communication.tcp.TcpCommunicationStatisticsTest |
From |
To |
|
Change Variable Type nodeId0 : String to nodeId0 : UUID in method public testStatistics() : void in class org.apache.ignite.spi.communication.tcp.TcpCommunicationStatisticsTest |
From |
To |
|
Change Variable Type msgsReceivedByNode1 : Map<String,Long> to msgsReceivedByNode1 : Map<UUID,Long> in method public testStatistics() : void in class org.apache.ignite.spi.communication.tcp.TcpCommunicationStatisticsTest |
From |
To |
|
Change Variable Type nodeId1 : String to nodeId1 : UUID in method public testStatistics() : void in class org.apache.ignite.spi.communication.tcp.TcpCommunicationStatisticsTest |
From |
To |
|
Change Variable Type entry : Map.Entry<String,LongAdder8> to entry : Map.Entry<T,LongAdder8> in method private convertStatistics(srcStat Map<T,LongAdder8>) : Map<T,Long> in class org.apache.ignite.spi.communication.tcp.TcpCommunicationMetricsListener |
From |
To |
|
Change Variable Type msgsSentByNode1 : Map<String,Long> to msgsSentByNode1 : Map<UUID,Long> in method public testStatistics() : void in class org.apache.ignite.spi.communication.tcp.TcpCommunicationStatisticsTest |
From |
To |
|
Change Variable Type msgsReceivedByNode0 : Map<String,Long> to msgsReceivedByNode0 : Map<UUID,Long> in method public testStatistics() : void in class org.apache.ignite.spi.communication.tcp.TcpCommunicationStatisticsTest |
From |
To |
|
Change Variable Type destStat : Map<String,Long> to destStat : Map<T,Long> in method private convertStatistics(srcStat Map<T,LongAdder8>) : Map<T,Long> in class org.apache.ignite.spi.communication.tcp.TcpCommunicationMetricsListener |
From |
To |