|
Change Variable Type batch : List<T> to batch : Batch<T,R> in method public doInParallel(parallelismLvl int, executorSvc ExecutorService, srcDatas Collection<T>, operation IgniteThrowableConsumer<T,R>) : Collection<R> in class org.apache.ignite.internal.util.IgniteUtils |
From |
To |
|
Change Variable Type future : Future<Collection<R>> to batch : Batch<T,R> in method public doInParallel(parallelismLvl int, executorSvc ExecutorService, srcDatas Collection<T>, operation IgniteThrowableConsumer<T,R>) : Collection<R> in class org.apache.ignite.internal.util.IgniteUtils |
From |
To |
|
Change Variable Type batches : List<List<T>> to batches : List<Batch<T,R>> in method public doInParallel(parallelismLvl int, executorSvc ExecutorService, srcDatas Collection<T>, operation IgniteThrowableConsumer<T,R>) : Collection<R> in class org.apache.ignite.internal.util.IgniteUtils |
From |
To |