Class WindowJoin


  • public class WindowJoin
    extends Object
    Example illustrating a windowed stream join between two data streams.

    The example works on two input streams with pairs (name, grade) and (name, salary) respectively. It joins the streams based on "name" within a configurable window.

    The example uses a built-in sample data generator that generates the streams of pairs at a configurable rate.