| Package | Description |
|---|---|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.processors.closure |
TODO.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable GridClosureCallMode |
GridClosureCallMode.fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.
|
static GridClosureCallMode |
GridClosureCallMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridClosureCallMode[] |
GridClosureCallMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<R> IgniteInternalFuture<R> |
GridClosureProcessor.callAsync(GridClosureCallMode mode,
Callable<R> job,
TaskExecutionOptions opts) |
<R> IgniteInternalFuture<Collection<R>> |
GridClosureProcessor.callAsync(GridClosureCallMode mode,
Collection<? extends Callable<R>> jobs,
TaskExecutionOptions opts) |
<R1,R2> ComputeTaskInternalFuture<R2> |
GridClosureProcessor.forkjoinAsync(GridClosureCallMode mode,
Collection<? extends Callable<R1>> jobs,
IgniteReducer<R1,R2> rdc,
TaskExecutionOptions opts) |
ComputeTaskInternalFuture<?> |
GridClosureProcessor.runAsync(GridClosureCallMode mode,
Collection<? extends Runnable> jobs,
TaskExecutionOptions opts) |
ComputeTaskInternalFuture<?> |
GridClosureProcessor.runAsync(GridClosureCallMode mode,
Runnable job,
TaskExecutionOptions opts) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023