Class AggInputSplit<I, E, K, J, O, SUBACC extends Accumulator<J,E,O>, SUBAGG extends ParallelAggregator<J,E,O,SUBACC>>

java.lang.Object
org.aksw.commons.collector.core.AggInputSplit<I,E,K,J,O,SUBACC,SUBAGG>
Type Parameters:
I -
K -
O -
SUBACC -
SUBAGG -
All Implemented Interfaces:
Serializable, Aggregator<I,E,Map<K,O>>, ParallelAggregator<I, E, Map<K,O>, AggInputSplit.AccInputSplit<I,E,K,J,O,SUBACC>>

public class AggInputSplit<I, E, K, J, O, SUBACC extends Accumulator<J,E,O>, SUBAGG extends ParallelAggregator<J,E,O,SUBACC>> extends Object implements ParallelAggregator<I, E, Map<K,O>, AggInputSplit.AccInputSplit<I,E,K,J,O,SUBACC>>, Serializable
An aggregator that splits the index into a set of keys and forwards the input to the sub-aggregator's accumulator for each key.
Author:
raven
See Also: