public class DefaultParallelismStrategy extends Object implements ParallelismStrategy
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultParallelismStrategy.FutureWrapper<T>
Wrapper for future class.
|
ParallelismStrategy.TypeNO_PARALLELISM, ON_DEFAULT_POOL| Constructor and Description |
|---|
DefaultParallelismStrategy() |
| Modifier and Type | Method and Description |
|---|---|
int |
getParallelism()
Returns default parallelism.
|
<T> Promise<T> |
submit(IgniteSupplier<T> task)
Submit task.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsubmitpublic <T> Promise<T> submit(IgniteSupplier<T> task)
submit in interface ParallelismStrategytask - Task.public int getParallelism()
getParallelism in interface ParallelismStrategy
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025