public abstract class GridAbsClosure extends Object implements IgniteRunnable
no-arg and no return value closure. This closure
that has void return type and no arguments (free variables).
Note that this class implements ComputeJob interface for convenience and can be
used in ComputeTask implementations directly, if needed, as an alternative to
ComputeJobAdapter.
GridFunc,
Serialized Form| Constructor and Description |
|---|
GridAbsClosure() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
apply()
Absolute closure body.
|
void |
run()
Delegates to
apply() method. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021