Uses of Package
org.aksw.commons.collector.core
Packages that use org.aksw.commons.collector.core
-
Classes in org.aksw.commons.collector.core used by org.aksw.commons.collector.coreClassDescriptionWraps another aggregator such that if accumulation fails with an exception an error counter is increased.Convert the output value of an aggregator - this fulfills the role of the 'finisher' in a java8 collector.An aggregator from a collector.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.Wrap an aggregator such that inputs are passed through a predicate.Pass collection valued input to an accumulator that accepts only the individual items For example, pass all nodes of a binding to an accumulator for nodes This operation is a variant of input transform, where the transform target is an iterator.An aggregator that splits the index into a set of keys and forwards the input to the sub-aggregator's accumulator for each key.Accumulate mappings of least common ancestors Assume a backing tree structure: For each node passed to accumulate assemble a mapping to its LCA with any other lca found so far.A collector implementation that implements Serializable.A special helper class to treat a map as a collection of entries and retain the ability to retrieve the map.