Class SideOutputExample
java.lang.Object
org.apache.flink.streaming.examples.sideoutput.SideOutputExample
An example that illustrates the use of side output.
This is a modified version of WindowWordCount that has a filter in the tokenizer
and only emits some words for counting while emitting the other words to a side output.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classImplements the string tokenizer that splits sentences into words as a user-defined FlatMapFunction. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SideOutputExample
public SideOutputExample()
-
-
Method Details
-
main
- Throws:
Exception
-