E
- Type of closure parameter.R
- Type of the closure return value.public interface IgniteClosure<E,R> extends Serializable
In Ignite closures are mainly used for executing distributed computations
on the grid, like in IgniteCompute.apply(IgniteClosure, Object)
method.
Modifier and Type | Method and Description |
---|---|
R |
apply(E e)
Closure body.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019