Package org.apache.flink.streaming.examples.dsv2.wordcount
package org.apache.flink.streaming.examples.dsv2.wordcount
-
ClassesClassDescriptionImplements 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.