GridGain™ 2.0.3
Java API Specification

org.gridgain.grid.gridify
Class GridifyTaskAdapter<R>

java.lang.Object
  extended by org.gridgain.grid.GridTaskAdapter<GridifyArgument,R>
      extended by org.gridgain.grid.gridify.GridifyTaskAdapter<R>
Type Parameters:
R - Return value of the task (see GridTask.reduce(java.util.List) method).
All Implemented Interfaces:
Serializable, GridTask<GridifyArgument,R>

public abstract class GridifyTaskAdapter<R>
extends GridTaskAdapter<GridifyArgument,R>

Convenience adapter for tasks that work with Gridify annotation for grid-enabling methods. It enhances the regular GridTaskAdapter by enforcing the argument type of GridifyArgument. All tasks that work with Gridify annotation receive an argument of this type.

Please refer to GridTaskAdapter documentation for more information on additional functionality this adapter provides.

Migrating to GridGain 2.0

In GridGain 2.0 this interface API has been updated for better static type checking. Although the change is trivial and provides much better type safety during development - it introduced incompatibility with prior versions of GridGain. Follow this link for easy source code migration instructions.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

Author:   2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.0.3

See Also:
Serialized Form
 

Constructor Summary
GridifyTaskAdapter()
           
 
Method Summary
 
Methods inherited from class org.gridgain.grid.GridTaskAdapter
result
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.gridgain.grid.GridTask
map, reduce
 

Constructor Detail

GridifyTaskAdapter

public GridifyTaskAdapter()

GridGain™ 2.0.3
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.0.3.20052008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.