Uses of Interface
org.aksw.commons.collector.core.AggErrorHandler.AccError
Packages that use AggErrorHandler.AccError
-
Uses of AggErrorHandler.AccError in org.aksw.commons.collector.core
Classes in org.aksw.commons.collector.core that implement AggErrorHandler.AccErrorClasses in org.aksw.commons.collector.core that implement interfaces with type arguments of type AggErrorHandler.AccErrorModifier and TypeClassDescriptionclassAggErrorHandler<I, E, O, SUBACC extends Accumulator<I,E, O>, SUBAGG extends ParallelAggregator<I, E, O, SUBACC>> Wraps another aggregator such that if accumulation fails with an exception an error counter is increased.Fields in org.aksw.commons.collector.core with type parameters of type AggErrorHandler.AccErrorMethods in org.aksw.commons.collector.core that return AggErrorHandler.AccErrorModifier and TypeMethodDescriptionAggErrorHandler.combine(AggErrorHandler.AccError<I, E, O, SUBACC> a, AggErrorHandler.AccError<I, E, O, SUBACC> b) AggErrorHandler.createAccumulator()Methods in org.aksw.commons.collector.core with parameters of type AggErrorHandler.AccErrorModifier and TypeMethodDescriptionAggErrorHandler.combine(AggErrorHandler.AccError<I, E, O, SUBACC> a, AggErrorHandler.AccError<I, E, O, SUBACC> b) Method parameters in org.aksw.commons.collector.core with type arguments of type AggErrorHandler.AccErrorModifier 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, 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.Constructor parameters in org.aksw.commons.collector.core with type arguments of type AggErrorHandler.AccError