Uses of Class
org.aksw.commons.collector.core.AggErrorHandler
Packages that use AggErrorHandler
-
Uses of AggErrorHandler in org.aksw.commons.collector.core
Methods in org.aksw.commons.collector.core that return AggErrorHandlerModifier and TypeMethodDescriptionstatic <I,E, O, ACC extends Accumulator<I, E, O>, AGG extends ParallelAggregator<I, E, O, ACC>>
AggErrorHandler<I,E, O, ACC, AGG> AggBuilder.errorHandler(AGG state) Wraps another aggregator such that if accumulation fails with an exception an error counter is increased.static <I,E, O, ACC extends Accumulator<I, E, O>, AGG extends ParallelAggregator<I, E, O, ACC>>
AggErrorHandler<I,E, O, ACC, AGG> AggBuilder.errorHandler(AGG state, boolean accDespiteError, SerializableConsumer<? super Throwable> errorCallback, SerializableFunction<AggErrorHandler.AccError<I, E, O, ACC>, O> errorValueExtractor) Wraps another aggregator such that if accumulation fails with an exception an error counter is increased.