| Package | Description |
|---|---|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.processors.closure |
TODO.
|
| org.apache.ignite.internal.processors.task |
TODO.
|
| Constructor and Description |
|---|
IgniteComputeHandler(GridKernalContext ctx,
Function<TaskExecutionOptions,TaskExecutionOptions> optsTransformer) |
IgniteComputeHandler(GridKernalContext ctx,
Function<TaskExecutionOptions,TaskExecutionOptions> optsTransformer) |
IgniteComputeHandler(IgniteComputeHandler other,
Function<TaskExecutionOptions,TaskExecutionOptions> optsTransformer)
Creates copy of specified computation handler.
|
IgniteComputeHandler(IgniteComputeHandler other,
Function<TaskExecutionOptions,TaskExecutionOptions> optsTransformer)
Creates copy of specified computation handler.
|
| Modifier and Type | Method and Description |
|---|---|
<T,R> ComputeTaskInternalFuture<R> |
GridTaskProcessor.execute(Class<? extends ComputeTask<T,R>> taskCls,
T arg,
TaskExecutionOptions opts) |
<T,R> ComputeTaskInternalFuture<R> |
GridTaskProcessor.execute(ComputeTask<T,R> task,
T arg,
TaskExecutionOptions opts) |
<T,R> ComputeTaskInternalFuture<R> |
GridTaskProcessor.execute(String taskName,
T arg,
@Nullable TaskExecutionOptions opts) |
static TaskExecutionOptions |
TaskExecutionOptions.options(TaskExecutionOptions other) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023