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 org.apache.ignite.IgniteCompute#call(Callable)
method.
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015