Class AggCounting<I,E>

java.lang.Object
org.aksw.commons.collector.core.AggCounting<I,E>
Type Parameters:
I - The input type
All Implemented Interfaces:
Serializable, Aggregator<I,E,Long>, ParallelAggregator<I, E, Long, Accumulator<I,E,Long>>

public class AggCounting<I,E> extends Object implements ParallelAggregator<I, E, Long, Accumulator<I,E,Long>>, Serializable
Aggregator whose accumulator count the number of seen input objects.
Author:
raven
See Also: