GridGain™ 2.0.3
Java API Specification

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

java.lang.Object
  extended by org.gridgain.grid.GridTaskAdapter<T,R>
      extended by org.gridgain.grid.GridTaskSplitAdapter<GridifyArgument,R>
          extended by org.gridgain.grid.gridify.GridifyTaskSplitAdapter<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 GridifyTaskSplitAdapter<R>
extends GridTaskSplitAdapter<GridifyArgument,R>

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

Please refer to GridTaskSplitAdapter 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
GridifyTaskSplitAdapter()
           
 
Method Summary
 
Methods inherited from class org.gridgain.grid.GridTaskSplitAdapter
map, split
 
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
reduce
 

Constructor Detail

GridifyTaskSplitAdapter

public GridifyTaskSplitAdapter()

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.