Serializable
public class FJBatchIterableProcedureRunner<T,PT extends Procedure<? super T>> extends Object implements Serializable
Constructor | Description |
---|---|
FJBatchIterableProcedureRunner(Combiner<PT> newCombiner,
int taskCount) |
Modifier and Type | Method | Description |
---|---|---|
void |
executeAndCombine(ForkJoinPool executor,
ProcedureFactory<PT> procedureFactory,
BatchIterable<T> list) |
|
void |
setFailed(Throwable newError) |
|
void |
taskCompleted(ForkJoinTask<PT> task) |
public void setFailed(Throwable newError)
public void taskCompleted(ForkJoinTask<PT> task)
public void executeAndCombine(ForkJoinPool executor, ProcedureFactory<PT> procedureFactory, BatchIterable<T> list)
Copyright © 2004–2019. All rights reserved.