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