public interface ParallelismStrategy
Modifier and Type | Interface and Description |
---|---|
static class |
ParallelismStrategy.Type
The type of parallelism.
|
Modifier and Type | Method and Description |
---|---|
<T> Promise<T> |
submit(IgniteSupplier<T> task)
Submit task.
|
default <T> List<Promise<T>> |
submit(List<IgniteSupplier<T>> tasks)
Submit the list of tasks.
|
<T> Promise<T> submit(IgniteSupplier<T> task)
task
- Task.default <T> List<Promise<T>> submit(List<IgniteSupplier<T>> tasks)
T
- The type of return value.tasks
- The task list.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019