public abstract class IgniteReducer3X<E1,E2,E3,R> extends Object implements IgniteReducer3<E1,E2,E3,R>
apply() method that calls applyx() method and
properly wraps IgniteCheckedException into GridClosureException instance.RX3,
Serialized Form| Constructor and Description |
|---|
IgniteReducer3X() |
| Modifier and Type | Method and Description |
|---|---|
R |
apply()
Closure body.
|
abstract R |
applyx()
Reducer body that can throw
IgniteCheckedException. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcollectpublic R apply()
apply in interface IgniteOutClosure<R>public abstract R applyx() throws IgniteCheckedException
IgniteCheckedException.IgniteCheckedException - Thrown in case of any error condition inside of the reducer.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015