Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.compute |
Contains Compute Grid functionality.
|
org.apache.ignite.compute.gridify |
Contains APIs utilized for AOP-based grid-enabling.
|
org.apache.ignite.compute.gridify.aop |
Contains common classes for different AOP providers.
|
org.apache.ignite.igfs.mapreduce |
Contains APIs for In-Memory MapReduce over IGFS.
|
org.apache.ignite.ml.genetic |
Root GA package (GA Grid)
|
org.apache.ignite.visor.plugin |
Contains Visor Plugin extension 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 . |
Modifier and Type | Class and Description |
---|---|
class |
GridifyTaskAdapter<R>
Convenience adapter for tasks that work with
Gridify annotation
for grid-enabling methods. |
class |
GridifyTaskSplitAdapter<R>
Convenience adapter for tasks that work with
Gridify annotation
for grid-enabling methods. |
Modifier and Type | Class and Description |
---|---|
class |
GridifyDefaultRangeTask
Default gridify task which simply executes a method on remote node.
|
class |
GridifyDefaultTask
Default gridify task which simply executes a method on remote node.
|
Modifier and Type | Class and Description |
---|---|
class |
IgfsTask<T,R>
IGFS task which can be executed on the grid using one of
IgniteFs.execute() methods. |
class |
IgfsTaskNoReduceAdapter<T,R>
Convenient
IgfsTask adapter with empty reduce step. |
Modifier and Type | Class and Description |
---|---|
class |
CrossOverTask
Responsible for assigning 2 X 'parent' chromosomes to produce 2 X 'child' chromosomes.
|
class |
FitnessTask
Responsible for fitness operation
|
class |
MutateTask
Responsible for applying mutation on respective chromosomes.
|
class |
TruncateSelectionTask
Responsible for performing truncate selection.
|
Modifier and Type | Method and Description |
---|---|
<A,R> R |
VisorPluginModel.execute(Class<? extends ComputeTask<A,R>> taskCls,
Collection<UUID> nodeIds,
A arg)
Executes given task on this grid projection.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019