Package org.apache.flink.streaming.examples.dsv2.wordcount


package org.apache.flink.streaming.examples.dsv2.wordcount
  • Classes
    Class
    Description
    Implements the "WordCount" program by DataStream API V2 that computes a simple word occurrence histogram over text files.
    Implements a word counter as a user-defined ProcessFunction that counts received words in streaming mode.
    Implements the string tokenizer that splits sentences into words as a user-defined ProcessFunction.