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
-
Method Details
-
convert
- Parameters:
consumer
- emit counter objects derived from key and value to this consumer
-