public interface IgniteCallable<V> extends Callable<V>, Serializable
Callable
implementations. It adds Serializable
interface
to Callable
object. Use this class for executing distributed computations on the grid,
like in IgniteCompute.call(IgniteCallable)
method.
GridGain In-Memory Computing Platform : ver. 8.9.15 Release Date : December 3 2024