Package org.apache.flink.streaming.examples.wordcount
package org.apache.flink.streaming.examples.wordcount
-
ClassesClassDescriptionImplements the "WordCount" program that computes a simple word occurrence histogram over text files.Implements the string tokenizer that splits sentences into words as a user-defined FlatMapFunction.