|
Change Parameter Type persons : Person... to persons : PersonObj... in method private checkResult(entries Iterable<Cache.Entry<UUID,PersonObj>>, persons PersonObj...) : void in class org.apache.ignite.internal.processors.cache.IgniteCachePartitionedQueryMultiThreadedSelfTest |
From |
To |
|
Change Parameter Type jobs : Collection<TestCallable> to jobs : Collection<ClosureTestCallable> in method private callAsync(idx int, jobs Collection<ClosureTestCallable>, p IgnitePredicate<ClusterNode>) : ComputeTaskFuture<Collection<Integer>> in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Parameter Type entries : Iterable<Cache.Entry<UUID,Person>> to entries : Iterable<Cache.Entry<UUID,PersonObj>> in method private checkResult(entries Iterable<Cache.Entry<UUID,PersonObj>>, persons PersonObj...) : void in class org.apache.ignite.internal.processors.cache.IgniteCachePartitionedQueryMultiThreadedSelfTest |
From |
To |
|
Change Parameter Type jobs : Collection<TestRunnable> to jobs : Collection<ClosureTestRunnable> in method private runAsync(idx int, jobs Collection<ClosureTestRunnable>, p IgnitePredicate<ClusterNode>) : ComputeTaskFuture<?> in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Rename Class org.apache.ignite.tests.p2p.P2PTestTaskExternalPath2.TestJob renamed to org.apache.ignite.tests.p2p.P2PTestTaskExternalPath2.TestJob2 |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAbstractTest.ToStringProcessor renamed to org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAbstractTest.EntryToStringProcessor |
From |
To |
|
Rename Class org.apache.ignite.p2p.GridP2PLocalDeploymentSelfTest.TestTask.TestJob renamed to org.apache.ignite.p2p.GridP2PLocalDeploymentSelfTest.TestTask.DeployementTestJob |
From |
To |
|
Rename Class org.apache.ignite.p2p.GridP2PRemoteClassLoadersSelfTest.GridP2PTestTask renamed to org.apache.ignite.p2p.GridP2PRemoteClassLoadersSelfTest.GridP2PRemoteTestTask |
From |
To |
|
Rename Class org.apache.ignite.p2p.GridP2PRemoteClassLoadersSelfTest.GridP2PTestTask1 renamed to org.apache.ignite.p2p.GridP2PRemoteClassLoadersSelfTest.GridP2PRemoteTestTask1 |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAbstractTest.SetValueProcessor renamed to org.apache.ignite.internal.processors.cache.IgniteCacheEntryListenerAbstractTest.EntrySetValueProcessor |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest.TestCallable renamed to org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest.ClosureTestCallable |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest.TestCallableError renamed to org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest.ClosureTestCallableError |
From |
To |
|
Rename Class org.apache.ignite.tests.p2p.P2PTestTaskExternalPath1.TestJob renamed to org.apache.ignite.tests.p2p.P2PTestTaskExternalPath1.TestJob1 |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.cache.IgniteCachePartitionedQueryMultiThreadedSelfTest.Person renamed to org.apache.ignite.internal.processors.cache.IgniteCachePartitionedQueryMultiThreadedSelfTest.PersonObj |
From |
To |
|
Rename Class org.apache.ignite.p2p.GridP2PRemoteClassLoadersSelfTest.GridP2PTestJob renamed to org.apache.ignite.p2p.GridP2PRemoteClassLoadersSelfTest.GridP2PRemoteTestJob |
From |
To |
|
Rename Class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest.TestRunnable renamed to org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest.ClosureTestRunnable |
From |
To |
|
Change Variable Type that : Person to that : PersonObj in method public equals(obj Object) : boolean in class org.apache.ignite.internal.processors.cache.IgniteCachePartitionedQueryMultiThreadedSelfTest.PersonObj |
From |
To |
|
Change Variable Type p1 : Person to p1 : PersonObj in method public testLuceneAndSqlMultithreaded() : void in class org.apache.ignite.internal.processors.cache.IgniteCachePartitionedQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type jobs : Map<TestJob,ClusterNode> to jobs : Map<TestJob2,ClusterNode> in method public map(subgrid List<ClusterNode>, arg Object) : Map<? extends ComputeJob,ClusterNode> in class org.apache.ignite.tests.p2p.P2PTestTaskExternalPath2 |
From |
To |
|
Change Variable Type entries : Collection<Cache.Entry<UUID,Person>> to entries : Collection<Cache.Entry<UUID,PersonObj>> in method public testLuceneAndSqlMultithreaded() : void in class org.apache.ignite.internal.processors.cache.IgniteCachePartitionedQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type bachelors : QueryCursor<Cache.Entry<UUID,Person>> to bachelors : QueryCursor<Cache.Entry<UUID,PersonObj>> in method public testLuceneAndSqlMultithreaded() : void in class org.apache.ignite.internal.processors.cache.IgniteCachePartitionedQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type master : QueryCursor<Cache.Entry<UUID,Person>> to master : QueryCursor<Cache.Entry<UUID,PersonObj>> in method public testLuceneAndSqlMultithreaded() : void in class org.apache.ignite.internal.processors.cache.IgniteCachePartitionedQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type jobs : Collection<TestRunnable> to jobs : Collection<ClosureTestRunnable> in method public testRunAsyncMultiple() : void in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Variable Type jobs : Map<TestJob,ClusterNode> to jobs : Map<TestJob1,ClusterNode> in method public map(subgrid List<ClusterNode>, arg Object) : Map<? extends ComputeJob,ClusterNode> in class org.apache.ignite.tests.p2p.P2PTestTaskExternalPath1 |
From |
To |
|
Change Variable Type p4 : Person to p4 : PersonObj in method public testLuceneAndSqlMultithreaded() : void in class org.apache.ignite.internal.processors.cache.IgniteCachePartitionedQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type entry : Cache.Entry<UUID,Person> to entry : Cache.Entry<UUID,PersonObj> in method private checkResult(entries Iterable<Cache.Entry<UUID,PersonObj>>, persons PersonObj...) : void in class org.apache.ignite.internal.processors.cache.IgniteCachePartitionedQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type jobs : Collection<TestCallable> to jobs : Collection<ClosureTestCallable> in method public testCallAsyncMultiple() : void in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Variable Type cache0 : IgniteCache<UUID,Person> to cache0 : IgniteCache<UUID,PersonObj> in method public testLuceneAndSqlMultithreaded() : void in class org.apache.ignite.internal.processors.cache.IgniteCachePartitionedQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type jobs : Collection<TestCallable> to jobs : Collection<ClosureTestCallable> in method public testReduceAsync() : void in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Variable Type p3 : Person to p3 : PersonObj in method public testLuceneAndSqlMultithreaded() : void in class org.apache.ignite.internal.processors.cache.IgniteCachePartitionedQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type p2 : Person to p2 : PersonObj in method public testLuceneAndSqlMultithreaded() : void in class org.apache.ignite.internal.processors.cache.IgniteCachePartitionedQueryMultiThreadedSelfTest |
From |
To |