See: Description
| Interface | Description |
|---|---|
| ParallelismStrategy |
Specifies the behaviour of processes in ML-algorithms that can may be parallelized such as parallel learning in
bagging, learning submodels for One-vs-All model, Cross-Validation etc.
|
| Promise<T> |
Future interface extension for lambda-friendly interface.
|
| Class | Description |
|---|---|
| DefaultParallelismStrategy |
All task should be processed by default thread pool.
|
| DefaultParallelismStrategy.FutureWrapper<T> |
Wrapper for future class.
|
| NoParallelismStrategy |
All tasks should be processed in one thread.
|
| NoParallelismStrategy.Stub<T> |
Stub for Future interface implementation.
|
| Enum | Description |
|---|---|
| ParallelismStrategy.Type |
The type of parallelism.
|
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025