Class SideOutputExample

java.lang.Object
org.apache.flink.streaming.examples.sideoutput.SideOutputExample

public class SideOutputExample extends Object
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.

  • Constructor Details

    • SideOutputExample

      public SideOutputExample()
  • Method Details