| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.processors.platform.compute | |
| org.apache.ignite.internal.processors.task |
TODO.
|
| Modifier and Type | Method and Description |
|---|---|
<T,R> ComputeTaskFuture<R> |
IgniteCompute.executeAsync(Class<? extends ComputeTask<T,R>> taskCls,
T arg)
Executes given task asynchronously on within the cluster group.
|
<T,R> ComputeTaskFuture<R> |
IgniteCompute.executeAsync(ComputeTask<T,R> task,
T arg)
Executes given task asynchronously within the cluster group.
|
<T,R> ComputeTaskFuture<R> |
IgniteCompute.executeAsync(String taskName,
T arg)
Executes given task asynchronously within the cluster group.
|
<R> ComputeTaskFuture<R> |
IgniteCompute.future()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<R> Map<IgniteUuid,ComputeTaskFuture<R>> |
IgniteCompute.activeTaskFutures()
Gets tasks future for active tasks started on local node.
|
| Modifier and Type | Method and Description |
|---|---|
<T,R> ComputeTaskFuture<R> |
IgniteComputeImpl.executeAsync(Class<? extends ComputeTask<T,R>> taskCls,
T arg)
Executes given task asynchronously on within the cluster group.
|
<T,R> ComputeTaskFuture<R> |
IgniteComputeImpl.executeAsync(ComputeTask<T,R> task,
T arg)
Executes given task asynchronously within the cluster group.
|
<T,R> ComputeTaskFuture<R> |
IgniteComputeImpl.executeAsync(String taskName,
T arg)
Executes given task asynchronously within the cluster group.
|
<R> ComputeTaskFuture<R> |
IgniteComputeImpl.future()
Gets and resets future for previous asynchronous operation.
|
ComputeTaskFuture<R> |
ComputeTaskInternalFuture.publicFuture() |
| Modifier and Type | Method and Description |
|---|---|
<R> Map<IgniteUuid,ComputeTaskFuture<R>> |
IgniteComputeImpl.activeTaskFutures()
Gets tasks future for active tasks started on local node.
|
| Constructor and Description |
|---|
ComputeConvertingFuture(ComputeTaskFuture fut)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
<R> Map<IgniteUuid,ComputeTaskFuture<R>> |
GridTaskProcessor.taskFutures() |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021