|
Change Parameter Type job : Runnable to job : IgniteRunnable in method public broadcast(job IgniteRunnable) : void in class org.apache.ignite.internal.IgniteComputeImpl |
From |
To |
|
Change Parameter Type jobs : Collection<? extends Runnable> to jobs : Collection<? extends IgniteRunnable> in method public run(jobs Collection<? extends IgniteRunnable>) : void in class org.apache.ignite.internal.IgniteComputeImpl |
From |
To |
|
Change Parameter Type job : Callable<Integer> to job : IgniteCallable<Integer> in method private broadcast(idx int, job IgniteCallable<Integer>, p IgnitePredicate<ClusterNode>) : ComputeTaskFuture<Collection<Integer>> in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Parameter Type job : Runnable to job : IgniteRunnable in method public run(job IgniteRunnable) : void in class org.apache.ignite.IgniteCompute |
From |
To |
|
Change Parameter Type job : Runnable to job : IgniteRunnable in method public affinityRun(cacheName String, affKey Object, job IgniteRunnable) : void in class org.apache.ignite.internal.IgniteComputeImpl |
From |
To |
|
Change Parameter Type jobs : Collection<? extends Callable<R>> to jobs : Collection<? extends IgniteCallable<R1>> in method public call(jobs Collection<? extends IgniteCallable<R1>>, rdc IgniteReducer<R1,R2>) : R2 in class org.apache.ignite.internal.IgniteComputeImpl |
From |
To |
|
Change Parameter Type job : Callable<Object> to job : IgniteCallable<Object> in method private runJob(taskName String, job IgniteCallable<Object>) : void in class org.apache.ignite.internal.GridManagementJobSelfTest |
From |
To |
|
Change Parameter Type job : Runnable to job : IgniteRunnable in method private broadcast(idx int, job IgniteRunnable, p IgnitePredicate<ClusterNode>) : ComputeTaskFuture<?> in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Parameter Type job : Runnable to job : IgniteRunnable in method private runAsync(idx int, job IgniteRunnable, p IgnitePredicate<ClusterNode>) : ComputeTaskFuture<?> in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Parameter Type job : Callable<R> to job : IgniteCallable<R> in method public call(job IgniteCallable<R>) : R in class org.apache.ignite.IgniteCompute |
From |
To |
|
Change Parameter Type job : Runnable to job : IgniteRunnable in method public affinityRun(cacheName String, affKey Object, job IgniteRunnable) : void in class org.apache.ignite.IgniteCompute |
From |
To |
|
Change Parameter Type jobs : Collection<? extends Callable<R>> to jobs : Collection<? extends IgniteCallable<R1>> in method public call(jobs Collection<? extends IgniteCallable<R1>>, rdc IgniteReducer<R1,R2>) : R2 in class org.apache.ignite.IgniteCompute |
From |
To |
|
Change Parameter Type job : Callable<R> to job : IgniteCallable<R> in method public broadcast(job IgniteCallable<R>) : Collection<R> in class org.apache.ignite.internal.IgniteComputeImpl |
From |
To |
|
Change Parameter Type job : Callable<R> to job : IgniteCallable<R> in method public affinityCall(cacheName String, affKey Object, job IgniteCallable<R>) : R in class org.apache.ignite.IgniteCompute |
From |
To |
|
Change Parameter Type job : Callable<R> to job : IgniteCallable<R> in method public affinityCall(cacheName String, affKey Object, job IgniteCallable<R>) : R in class org.apache.ignite.internal.IgniteComputeImpl |
From |
To |
|
Change Parameter Type job : Callable<R> to job : IgniteCallable<R> in method public call(job IgniteCallable<R>) : R in class org.apache.ignite.internal.IgniteComputeImpl |
From |
To |
|
Change Parameter Type job : Runnable to job : IgniteRunnable in method public run(job IgniteRunnable) : void in class org.apache.ignite.internal.IgniteComputeImpl |
From |
To |
|
Change Parameter Type jobs : Collection<? extends Runnable> to jobs : Collection<? extends IgniteRunnable> in method public run(jobs Collection<? extends IgniteRunnable>) : void in class org.apache.ignite.IgniteCompute |
From |
To |
|
Change Parameter Type job : Callable<R> to job : IgniteCallable<R> in method public broadcast(job IgniteCallable<R>) : Collection<R> in class org.apache.ignite.IgniteCompute |
From |
To |
|
Change Parameter Type job : Callable<Integer> to job : IgniteCallable<Integer> in method private callAsync(idx int, job IgniteCallable<Integer>, p IgnitePredicate<ClusterNode>) : ComputeTaskFuture<Integer> in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Parameter Type job : Runnable to job : IgniteRunnable in method public broadcast(job IgniteRunnable) : void in class org.apache.ignite.IgniteCompute |
From |
To |
|
Change Variable Type job : Callable<Integer> to job : IgniteCallable<Integer> in method public testCallAsyncSingle() : void in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Variable Type f : Callable<String> to f : IgniteCallable<String> in method public testWithName() : void in class org.apache.ignite.internal.GridTaskExecutionContextSelfTest |
From |
To |
|
Change Variable Type jobs : Collection<Callable<Integer>> to jobs : Collection<IgniteCallable<Integer>> in method public testReducerError() : void in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Variable Type jobs : Collection<Callable<String>> to jobs : Collection<IgniteCallable<String>> in method private forkjoin2(cnt AtomicInteger) : void in class org.apache.ignite.internal.GridProjectionAbstractTest |
From |
To |
|
Change Variable Type job : Runnable to job : IgniteRunnable in method public testRunAsyncSingle() : void in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Variable Type jobs : Collection<Runnable> to jobs : Collection<IgniteRunnable> in method private run2(cnt AtomicInteger) : void in class org.apache.ignite.internal.GridProjectionAbstractTest |
From |
To |
|
Change Variable Type c : Runnable to c : IgniteRunnable in method public main(args String[]) : void in class org.apache.ignite.examples.datagrid.datastructures.CacheAtomicReferenceExample |
From |
To |
|
Change Variable Type c : Runnable to c : IgniteRunnable in method public main(args String[]) : void in class org.apache.ignite.examples.datagrid.datastructures.CacheAtomicStampedExample |
From |
To |
|
Change Variable Type r : Runnable to r : IgniteRunnable in method public testWithNoFailoverClosure() : void in class org.apache.ignite.internal.GridTaskExecutionContextSelfTest |
From |
To |
|
Change Variable Type jobs : Collection<Callable<String>> to jobs : Collection<IgniteCallable<String>> in method private call2(cnt AtomicInteger) : void in class org.apache.ignite.internal.GridProjectionAbstractTest |
From |
To |