Package org.aksw.commons.collector.core
Interface AggErrorHandler.AccError<I,E,O,SUBACC extends Accumulator<I,E,O>>
- All Superinterfaces:
Accumulator<I,,E, O> AccWrapper<I,E, O, SUBACC>
- All Known Implementing Classes:
AggErrorHandler.AccErrorImpl
- Enclosing class:
- AggErrorHandler<I,
E, O, SUBACC extends Accumulator<I, E, O>, SUBAGG extends ParallelAggregator<I, E, O, SUBACC>>
public static interface AggErrorHandler.AccError<I,E,O,SUBACC extends Accumulator<I,E,O>>
extends AccWrapper<I,E,O,SUBACC>
-
Method Summary
Methods inherited from interface org.aksw.commons.collector.domain.Accumulator
accumulate, accumulate, getValueMethods inherited from interface org.aksw.commons.collector.core.AccWrapper
getSubAcc
-
Method Details
-
getErrorCount
long getErrorCount()
-