|
Change Parameter Type fut : IgniteInternalFuture to fut : IgniteFuture in method private waitForExecution(fut IgniteFuture) : void in class org.apache.ignite.internal.GridProjectionAbstractTest |
From |
To |
|
Change Parameter Type fut : GridTaskFutureImpl<R> to fut : ComputeTaskInternalFuture<R> in method private handleException(ex Throwable, fut ComputeTaskInternalFuture<R>) : void in class org.apache.ignite.internal.processors.task.GridTaskProcessor |
From |
To |
|
Change Parameter Type fut : GridTaskFutureImpl<R> to fut : ComputeTaskInternalFuture<R> in method package GridTaskWorker(ctx GridKernalContext, arg T, ses GridTaskSessionImpl, fut ComputeTaskInternalFuture<R>, taskCls Class<?>, task ComputeTask<T,R>, dep GridDeployment, evtLsnr GridTaskEventListener, thCtx Map<GridTaskThreadContextKey,Object>, subjId UUID) in class org.apache.ignite.internal.processors.task.GridTaskWorker |
From |
To |
|
Change Return Type IgniteInternalFuture<R> to IgniteFuture<R> in method public future() : IgniteFuture<R> in class org.apache.ignite.lang.IgniteAsyncSupportAdapter |
From |
To |
|
Change Return Type IgniteInternalFuture<Collection<Integer>> to ComputeTaskFuture<Collection<Integer>> in method private broadcast(idx int, job Callable<Integer>, p IgnitePredicate<ClusterNode>) : ComputeTaskFuture<Collection<Integer>> in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Return Type IgniteInternalFuture<Collection<Integer>> to ComputeTaskFuture<Collection<Integer>> in method private callAsync(idx int, jobs Collection<TestCallable>, p IgnitePredicate<ClusterNode>) : ComputeTaskFuture<Collection<Integer>> in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Return Type GridTaskFutureImpl<R> to ComputeTaskInternalFuture<R> in method public execute(taskCls Class<? extends ComputeTask<T,R>>, arg T) : ComputeTaskInternalFuture<R> in class org.apache.ignite.internal.processors.task.GridTaskProcessor |
From |
To |
|
Change Return Type IgniteInternalFuture<Integer> to ComputeTaskFuture<Integer> in method private callAsync(idx int, job Callable<Integer>, p IgnitePredicate<ClusterNode>) : ComputeTaskFuture<Integer> in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Return Type GridTaskFutureImpl<R> to ComputeTaskInternalFuture<R> in method public execute(taskName String, arg T) : ComputeTaskInternalFuture<R> in class org.apache.ignite.internal.processors.task.GridTaskProcessor |
From |
To |
|
Change Return Type GridTaskFutureImpl<R> to ComputeTaskInternalFuture<R> in method public execute(task ComputeTask<T,R>, arg T) : ComputeTaskInternalFuture<R> in class org.apache.ignite.internal.processors.task.GridTaskProcessor |
From |
To |
|
Change Return Type IgniteInternalFuture<?> to ComputeTaskFuture<?> in method private runAsync(idx int, job Runnable, p IgnitePredicate<ClusterNode>) : ComputeTaskFuture<?> in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Return Type IgniteInternalFuture<?> to ComputeTaskFuture<?> in method private runAsync(idx int, jobs Collection<TestRunnable>, p IgnitePredicate<ClusterNode>) : ComputeTaskFuture<?> in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Return Type GridTaskFutureImpl<R> to ComputeTaskInternalFuture<R> in method public execute(task ComputeTask<T,R>, arg T, sys boolean) : ComputeTaskInternalFuture<R> in class org.apache.ignite.internal.processors.task.GridTaskProcessor |
From |
To |
|
Change Return Type GridTaskFutureImpl<R> to ComputeTaskInternalFuture<R> in method package getTaskFuture() : ComputeTaskInternalFuture<R> in class org.apache.ignite.internal.processors.task.GridTaskWorker |
From |
To |
|
Change Return Type IgniteInternalFuture<?> to ComputeTaskFuture<?> in method private broadcast(idx int, job Runnable, p IgnitePredicate<ClusterNode>) : ComputeTaskFuture<?> in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Return Type IgniteInternalFuture<?> to IgniteFuture<?> in method package globalLoadCacheAsync(p IgniteBiPredicate<K,V>, args Object...) : IgniteFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type GridTaskFutureImpl<R> to ComputeTaskInternalFuture<R> in method private startTask(taskName String, taskCls Class<?>, task ComputeTask<T,R>, sesId IgniteUuid, arg T, sys boolean) : ComputeTaskInternalFuture<R> in class org.apache.ignite.internal.processors.task.GridTaskProcessor |
From |
To |
|
Change Return Type IgniteInternalFuture<R> to IgniteFuture<R> in method public future() : IgniteFuture<R> in class org.apache.ignite.lang.IgniteAsyncSupport |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture to fut : IgniteFuture in method private forkjoin1(cnt AtomicInteger) : void in class org.apache.ignite.internal.GridProjectionAbstractTest |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<Integer> to fut : ComputeTaskFuture<Integer> in method public testCallAsyncErrorNoFailover() : void in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Variable Type fut : GridTaskFutureImpl<R> to fut : ComputeTaskInternalFuture<R> in method private startTask(taskName String, taskCls Class<?>, task ComputeTask<T,R>, sesId IgniteUuid, arg T, sys boolean) : ComputeTaskInternalFuture<R> in class org.apache.ignite.internal.processors.task.GridTaskProcessor |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture to fut : IgniteFuture in method private forkjoin2(cnt AtomicInteger) : void in class org.apache.ignite.internal.GridProjectionAbstractTest |
From |
To |
|
Change Variable Type fut2 : IgniteInternalFuture<Integer> to fut2 : ComputeTaskFuture<Integer> in method public testCallAsyncSingle() : void in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Variable Type fut0 : IgniteInternalFuture<T> to fut : IgniteInternalFuture<R> in method private setFuture(fut IgniteInternalFuture<R>) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheProxy |
From |
To |
|
Change Variable Type fut1 : IgniteInternalFuture<Collection<Integer>> to fut1 : ComputeTaskFuture<Collection<Integer>> in method public testCallAsyncSingle() : void in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<Integer> to fut : ComputeTaskFuture<Integer> in method public testReduceAsync() : void in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture to fut : IgniteFuture in method private call1(cnt AtomicInteger) : void in class org.apache.ignite.internal.GridProjectionAbstractTest |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture to fut : IgniteFuture in method private run1(cnt AtomicInteger) : void in class org.apache.ignite.internal.GridProjectionAbstractTest |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<?> to fut : ComputeTaskFuture<?> in method public testRunAsyncMultiple() : void in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<Collection<String>> to fut : IgniteFuture<Collection<String>> in method private call5(cnt AtomicInteger) : void in class org.apache.ignite.internal.GridProjectionAbstractTest |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<Collection<Integer>> to fut : ComputeTaskFuture<Collection<Integer>> in method public testCallAsyncMultiple() : void in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<?> to fut : ComputeTaskFuture<?> in method public testRunAsyncSingle() : void in class org.apache.ignite.internal.processors.closure.GridClosureProcessorSelfTest |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture to fut : IgniteFuture in method private call2(cnt AtomicInteger) : void in class org.apache.ignite.internal.GridProjectionAbstractTest |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture to fut : IgniteFuture in method private run2(cnt AtomicInteger) : void in class org.apache.ignite.internal.GridProjectionAbstractTest |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<?> to fut : IgniteFuture<?> in method public future() : IgniteFuture<R> in class org.apache.ignite.lang.IgniteAsyncSupportAdapter |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture to fut : IgniteFuture in method private call3(cnt AtomicInteger) : void in class org.apache.ignite.internal.GridProjectionAbstractTest |
From |
To |
|
Change Variable Type fut : GridTaskFutureImpl<R> to fut : ComputeTaskInternalFuture<R> in method public taskFutures() : Map<IgniteUuid,ComputeTaskFuture<R>> in class org.apache.ignite.internal.processors.task.GridTaskProcessor |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture to fut : IgniteFuture in method private call4(cnt AtomicInteger) : void in class org.apache.ignite.internal.GridProjectionAbstractTest |
From |
To |