|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GridTaskFuture | |
|---|---|
| org.gridgain.grid | Start Here
Contains main GridGain API interfaces and classes. |
| Uses of GridTaskFuture in org.gridgain.grid |
|---|
| Methods in org.gridgain.grid that return GridTaskFuture | ||
|---|---|---|
|
GridSpringBean.execute(Class<? extends GridTask<T,R>> taskCls,
T arg)
Executes a task on the grid. |
|
|
Grid.execute(Class<? extends GridTask<T,R>> taskCls,
T arg)
Executes a task on the grid. |
|
|
GridSpringBean.execute(Class<? extends GridTask<T,R>> taskCls,
T arg,
GridTaskListener listener)
Asynchronously executes a task on the grid. |
|
|
Grid.execute(Class<? extends GridTask<T,R>> taskCls,
T arg,
GridTaskListener listener)
Asynchronously executes a task on the grid. |
|
|
GridSpringBean.execute(Class<? extends GridTask<T,R>> taskCls,
T arg,
long timeout)
Executes a task on the grid. |
|
|
Grid.execute(Class<? extends GridTask<T,R>> taskCls,
T arg,
long timeout)
Executes a task on the grid. |
|
|
GridSpringBean.execute(Class<? extends GridTask<T,R>> taskCls,
T arg,
long timeout,
GridTaskListener listener)
Asynchronously executes a task on the grid. |
|
|
Grid.execute(Class<? extends GridTask<T,R>> taskCls,
T arg,
long timeout,
GridTaskListener listener)
Asynchronously executes a task on the grid. |
|
|
GridSpringBean.execute(GridTask<T,R> task,
T arg)
Executes a task on the grid. |
|
|
Grid.execute(GridTask<T,R> task,
T arg)
Executes a task on the grid. |
|
|
GridSpringBean.execute(GridTask<T,R> task,
T arg,
GridTaskListener listener)
Asynchronously executes a task on the grid. |
|
|
Grid.execute(GridTask<T,R> task,
T arg,
GridTaskListener listener)
Asynchronously executes a task on the grid. |
|
|
GridSpringBean.execute(GridTask<T,R> task,
T arg,
long timeout)
Executes a task on the grid. |
|
|
Grid.execute(GridTask<T,R> task,
T arg,
long timeout)
Executes a task on the grid. |
|
|
GridSpringBean.execute(GridTask<T,R> task,
T arg,
long timeout,
GridTaskListener listener)
Asynchronously executes a task on the grid. |
|
|
Grid.execute(GridTask<T,R> task,
T arg,
long timeout,
GridTaskListener listener)
Asynchronously executes a task on the grid. |
|
|
GridSpringBean.execute(String taskName,
T arg)
Executes a task on the grid. |
|
|
Grid.execute(String taskName,
T arg)
Executes a task on the grid. |
|
|
GridSpringBean.execute(String taskName,
T arg,
GridTaskListener listener)
Asynchronously executes a task on the grid. |
|
|
Grid.execute(String taskName,
T arg,
GridTaskListener listener)
Asynchronously executes a task on the grid. |
|
|
GridSpringBean.execute(String taskName,
T arg,
long timeout)
Executes a task on the grid. |
|
|
Grid.execute(String taskName,
T arg,
long timeout)
Executes a task on the grid. |
|
|
GridSpringBean.execute(String taskName,
T arg,
long timeout,
GridTaskListener listener)
Asynchronously executes a task on the grid. |
|
|
Grid.execute(String taskName,
T arg,
long timeout,
GridTaskListener listener)
Asynchronously executes a task on the grid. |
|
| Methods in org.gridgain.grid with parameters of type GridTaskFuture | |
|---|---|
void |
GridTaskListener.onFinished(GridTaskFuture<?> taskFuture)
Called when grid task has finished its execution. |
|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|
|