|
Change Variable Type nodeIds : ConcurrentHashSet<UUID> to nodeIds : GridConcurrentHashSet<UUID> in method public testRestart() : void in class org.apache.ignite.spi.discovery.tcp.TcpDiscoveryRestartTest |
From |
To |
|
Change Variable Type nodes : ConcurrentHashSet to nodes : GridConcurrentHashSet in method public testTwoJobsMultithreaded() : void in class org.apache.ignite.internal.GridMultithreadedJobStealingSelfTest |
From |
To |
|
Change Variable Type allTypes : ConcurrentHashSet<String> to allTypes : GridConcurrentHashSet<String> in method public testClientMetadataInitialization() : void in class org.apache.ignite.internal.processors.cache.binary.GridCacheClientNodeBinaryObjectMetadataMultinodeTest |
From |
To |
|
Change Variable Type putKeys : ConcurrentHashSet<Integer> to putKeys : GridConcurrentHashSet<Integer> in method private multinode(atomicityMode CacheAtomicityMode, testType TestType) : void in class org.apache.ignite.internal.processors.cache.distributed.IgniteCacheClientNodeChangingTopologyTest |
From |
To |
|
Change Variable Type nodes : ConcurrentHashSet to nodes : GridConcurrentHashSet in method public testJoinedNodeCanStealJobs() : void in class org.apache.ignite.internal.GridMultithreadedJobStealingSelfTest |
From |
To |
|
Change Variable Type stopNodes : ConcurrentHashSet<Integer> to stopNodes : GridConcurrentHashSet<Integer> in method public testMergeStartStopRandomClientsServers() : void in class org.apache.ignite.internal.processors.cache.distributed.CacheExchangeMergeTest |
From |
To |
|
Change Attribute Type msgIds : ConcurrentHashSet<Long> to msgIds : GridConcurrentHashSet<Long> in class org.apache.ignite.spi.communication.tcp.GridTcpCommunicationSpiRecoverySelfTest.TestListener |
From |
To |
|
Change Attribute Type leftIds : ConcurrentHashSet<UUID> to leftIds : GridConcurrentHashSet<UUID> in class org.apache.ignite.spi.discovery.tcp.TcpDiscoveryRestartTest.TestEventListener |
From |
To |
|
Change Attribute Type msgIds : ConcurrentHashSet<IgniteUuid> to msgIds : GridConcurrentHashSet<IgniteUuid> in class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySelfTest.TestEventDiscardSpi |
From |
To |
|
Change Attribute Type evts : ConcurrentHashSet<CacheEvent> to evts : GridConcurrentHashSet<CacheEvent> in class org.apache.ignite.internal.processors.cache.distributed.GridCacheTransformEventSelfTest |
From |
To |
|
Change Attribute Type ptrs : ConcurrentHashSet<Long> to ptrs : GridConcurrentHashSet<Long> in class org.apache.ignite.internal.binary.BinaryFooterOffsetsOffheapSelfTest |
From |
To |
|
Change Attribute Type joinIds : ConcurrentHashSet<UUID> to joinIds : GridConcurrentHashSet<UUID> in class org.apache.ignite.spi.discovery.tcp.TcpDiscoveryRestartTest.TestEventListener |
From |
To |
|
Change Attribute Type ptrs : ConcurrentHashSet<Long> to ptrs : GridConcurrentHashSet<Long> in class org.apache.ignite.internal.binary.BinaryFieldsOffheapSelfTest |
From |
To |
|
Change Attribute Type msgIds : ConcurrentHashSet<Long> to msgIds : GridConcurrentHashSet<Long> in class org.apache.ignite.spi.communication.tcp.IgniteTcpCommunicationRecoveryAckClosureSelfTest.TestListener |
From |
To |
|
Change Attribute Type msgIds : ConcurrentHashSet<Long> to msgIds : GridConcurrentHashSet<Long> in class org.apache.ignite.spi.communication.tcp.GridTcpCommunicationSpiConcurrentConnectSelfTest.MessageListener |
From |
To |
|
Change Attribute Type msgIds : ConcurrentHashSet<Long> to msgIds : GridConcurrentHashSet<Long> in class org.apache.ignite.spi.communication.tcp.GridTcpCommunicationSpiRecoveryAckSelfTest.TestListener |
From |
To |