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> |
DefaultParallelismStrategy.submit(IgniteSupplier<T> task)
Submit task.
|
<T> Promise<T> |
ParallelismStrategy.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.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024