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