Package org.apache.ignite.lang
Interface IgniteCallable<V>
- 
- All Superinterfaces:
- Callable<V>,- Serializable
 
 public interface IgniteCallable<V> extends Callable<V>, Serializable Grid-aware adapter forCallableimplementations. It addsSerializableinterface toCallableobject. Use this class for executing distributed computations on the grid, like inIgniteCompute.call(IgniteCallable)method.