Class AggErrorHandler<I,E,O,SUBACC extends Accumulator<I,E,O>,SUBAGG extends ParallelAggregator<I,E,O,SUBACC>>

java.lang.Object
org.aksw.commons.collector.core.AggErrorHandler<I,E,O,SUBACC,SUBAGG>
All Implemented Interfaces:
Serializable, Aggregator<I,E,O>, ParallelAggregator<I,E,O,AggErrorHandler.AccError<I,E,O,SUBACC>>

public class AggErrorHandler<I,E,O,SUBACC extends Accumulator<I,E,O>,SUBAGG extends ParallelAggregator<I,E,O,SUBACC>> extends Object implements ParallelAggregator<I,E,O,AggErrorHandler.AccError<I,E,O,SUBACC>>, Serializable
Wraps another aggregator such that if accumulation fails with an exception an error counter is increased. If the error counter is non zero then the accumulated value will always be null
See Also: