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 Accumulator
accumulate, accumulate, getValueMethods inherited from interface AccWrapper
getSubAcc
-
Method Details
-
getErrorCount
long getErrorCount()
-