| Package | Description |
|---|---|
| org.gridgain.grid.compute |
Contains Compute Grid functionality.
|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| org.gridgain.grid.kernal.processors.task |
TODO.
|
| Modifier and Type | Method and Description |
|---|---|
<T,R> GridComputeTaskFuture<R> |
GridCompute.execute(Class<? extends GridComputeTask<T,R>> taskCls,
T arg)
Executes given task on the grid projection.
|
<T,R> GridComputeTaskFuture<R> |
GridCompute.execute(GridComputeTask<T,R> task,
T arg)
Executes given task on this grid projection.
|
<T,R> GridComputeTaskFuture<R> |
GridCompute.execute(String taskName,
T arg)
Executes given task on this grid projection.
|
<R> GridComputeTaskFuture<R> |
GridCompute.taskFuture(GridUuid sesId)
Gets task future based on execution session ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridTaskFutureImpl<R>
This class provide implementation for task future.
|
| Modifier and Type | Method and Description |
|---|---|
<T,R> GridComputeTaskFuture<R> |
GridComputeImpl.execute(Class<? extends GridComputeTask<T,R>> taskCls,
T arg)
Executes given task on the grid projection.
|
<T,R> GridComputeTaskFuture<R> |
GridComputeImpl.execute(GridComputeTask<T,R> task,
T arg)
Executes given task on this grid projection.
|
<T,R> GridComputeTaskFuture<R> |
GridComputeImpl.execute(String taskName,
T arg)
Executes given task on this grid projection.
|
<R> GridComputeTaskFuture<R> |
GridComputeImpl.taskFuture(GridUuid sesId)
Gets task future based on execution session ID.
|
| Modifier and Type | Method and Description |
|---|---|
<T,R> GridComputeTaskFuture<R> |
GridTaskProcessor.execute(Class<? extends GridComputeTask<T,R>> taskCls,
T arg) |
<T,R> GridComputeTaskFuture<R> |
GridTaskProcessor.execute(GridComputeTask<T,R> task,
T arg) |
<T,R> GridComputeTaskFuture<R> |
GridTaskProcessor.execute(GridComputeTask<T,R> task,
T arg,
boolean sys) |
<T,R> GridComputeTaskFuture<R> |
GridTaskProcessor.execute(String taskName,
T arg) |
<R> GridComputeTaskFuture<R> |
GridTaskProcessor.taskFuture(GridUuid sesId) |
Copyright © 2014. All rights reserved.