Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.compute |
Contains Compute Grid functionality.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Class<? extends ComputeTask<?,?>>> |
IgniteCompute.localTasks()
Gets map of all locally deployed tasks keyed by their task name .
|
Modifier and Type | Method and Description |
---|---|
<T,R> R |
IgniteCompute.execute(ComputeTask<T,R> task,
T arg)
Executes given task within the cluster group.
|
<T,R> ComputeTaskFuture<R> |
IgniteCompute.executeAsync(ComputeTask<T,R> task,
T arg)
Executes given task asynchronously within the cluster group.
|
Modifier and Type | Method and Description |
---|---|
<T,R> R |
IgniteCompute.execute(Class<? extends ComputeTask<T,R>> taskCls,
T arg)
Executes given task on within the cluster group.
|
<T,R> ComputeTaskFuture<R> |
IgniteCompute.executeAsync(Class<? extends ComputeTask<T,R>> taskCls,
T arg)
Executes given task asynchronously on within the cluster group.
|
void |
IgniteCompute.localDeployTask(Class<? extends ComputeTask> taskCls,
ClassLoader clsLdr)
Explicitly deploys a task with given class loader on the local node.
|
Modifier and Type | Class and Description |
---|---|
class |
ComputeTaskAdapter<T,R>
Convenience adapter for
ComputeTask interface. |
class |
ComputeTaskSplitAdapter<T,R>
This class defines simplified adapter for
ComputeTask . |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023