Interface Summarizer.Combiner

Enclosing interface:
Summarizer

public static interface Summarizer.Combiner
A Combiner is used to merge statistics emitted from Summarizer.Collector.summarize(Summarizer.StatisticConsumer) and from previous invocations of itself.
Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    merge(Map<String,Long> statistics1, Map<String,Long> statistics2)
    This method should merge the statistics in the second map into the first map.