Uses of Interface
org.aksw.commons.collector.core.AggInputBroadcastMap.AccInputBroadcastMap
Packages that use AggInputBroadcastMap.AccInputBroadcastMap
-
Uses of AggInputBroadcastMap.AccInputBroadcastMap in org.aksw.commons.collector.core
Classes in org.aksw.commons.collector.core that implement AggInputBroadcastMap.AccInputBroadcastMapClasses in org.aksw.commons.collector.core that implement interfaces with type arguments of type AggInputBroadcastMap.AccInputBroadcastMapModifier and TypeClassDescriptionclassAggInputBroadcastMap<I,E, K, O> An aggregator that broadcasts its input to multiple sub-aggregators that accept the same input and have the same structure of the output Serves the purpose to perform two independent type safe aggregations on the same input in a single pass.Methods in org.aksw.commons.collector.core that return AggInputBroadcastMap.AccInputBroadcastMapModifier and TypeMethodDescriptionAggInputBroadcastMap.combine(AggInputBroadcastMap.AccInputBroadcastMap<I, E, K, O> a, AggInputBroadcastMap.AccInputBroadcastMap<I, E, K, O> b) AggInputBroadcastMap.createAccumulator()Methods in org.aksw.commons.collector.core with parameters of type AggInputBroadcastMap.AccInputBroadcastMap