Interface CountingSummarizer.Converter<K>

Enclosing class:
CountingSummarizer<K>

public static interface CountingSummarizer.Converter<K>
A function that converts key values to zero or more counter objects.
Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    convert(Key k, Value v, Consumer<K> consumer)
     
  • Method Details

    • convert

      void convert(Key k, Value v, Consumer<K> consumer)
      Parameters:
      consumer - emit counter objects derived from key and value to this consumer