Class 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 Detail

      • SideOutputExample

        public SideOutputExample()