Package | Description |
---|---|
org.apache.ignite.ml.environment.parallelism |
Package contains realisations of parallelism strategies for multi-thread algorithms.
|
Modifier and Type | Class and Description |
---|---|
static class |
DefaultParallelismStrategy.FutureWrapper<T>
Wrapper for future class.
|
static class |
NoParallelismStrategy.Stub<T>
Stub for Future interface implementation.
|
Modifier and Type | Method and Description |
---|---|
<T> Promise<T> |
ParallelismStrategy.submit(IgniteSupplier<T> task)
Submit task.
|
<T> Promise<T> |
DefaultParallelismStrategy.submit(IgniteSupplier<T> task)
Submit task.
|
<T> Promise<T> |
NoParallelismStrategy.submit(IgniteSupplier<T> task)
Submit task.
|
Modifier and Type | Method and Description |
---|---|
default <T> List<Promise<T>> |
ParallelismStrategy.submit(List<IgniteSupplier<T>> tasks)
Submit the list of tasks.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019