Package org.apache.ignite.lang
Interface IgniteRunnable
-
- All Superinterfaces:
Runnable
,Serializable
public interface IgniteRunnable extends Runnable, Serializable
Grid-aware adapter forRunnable
implementations. It addsSerializable
interface toRunnable
object. Use this class for executing distributed computations on the grid, like inIgniteCompute.run(IgniteRunnable)
method.