org.gridgain.grid.gridify
Class GridifyTaskAdapter<R>
java.lang.Object
org.gridgain.grid.GridTaskAdapter<GridifyArgument,R>
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.

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
-

| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridifyTaskAdapter
public GridifyTaskAdapter()