E
- Type of collected values.R
- Type of reduced value.public interface IgniteReducer<E,R> extends Serializable
IgniteCompute.call(Collection, IgniteReducer)
method.boolean collect(@Nullable E e)
false
then reduce()
will be called right away. Otherwise caller will continue collecting until all
values are processed.e
- Value to collect.true
to continue collecting, false
to instruct caller to stop
collecting and call reduce()
method.R reduce()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015