Class AggErrorHandler.AccErrorImpl
java.lang.Object
org.aksw.commons.collector.core.AggErrorHandler.AccErrorImpl
- All Implemented Interfaces:
Serializable, AccWrapper<I,E, O, SUBACC>, AggErrorHandler.AccError<I, E, O, SUBACC>, Accumulator<I, E, O>
- Enclosing class:
AggErrorHandler<I, E, O, SUBACC extends Accumulator<I,E, O>, SUBAGG extends ParallelAggregator<I, E, O, SUBACC>>
public class AggErrorHandler.AccErrorImpl
extends Object
implements AggErrorHandler.AccError<I,E,O,SUBACC>, Serializable
- See Also:
-
Field Details
-
subAcc
-
errorCount
protected long errorCount
-
-
Constructor Details
-
AccErrorImpl
-
-
Method Details
-
accumulate
Description copied from interface:AccumulatorAccumulate an input value w.r.t. to an environment- Specified by:
accumulatein interfaceAccumulator<I,E, O>
-
getSubAcc
-
getErrorCount
public long getErrorCount()- Specified by:
getErrorCountin interfaceAggErrorHandler.AccError<I, E, O, SUBACC extends Accumulator<I,E, O>>
-
getValue
Description copied from interface:AccumulatorObtain the output based on the so-far accumulated inputs- Specified by:
getValuein interfaceAccumulator<I,E, O>
-
hashCode
-
equals
-