public class WindowJoin extends Object
his example will join two streams with a sliding window. One which emits grades and one which emits salaries of people.
This example shows how to:| Modifier and Type | Class and Description |
|---|---|
static class |
WindowJoin.GradeSource
Continuously emit tuples with random names and integers (grades).
|
static class |
WindowJoin.MyJoinFunction |
static class |
WindowJoin.MySourceMap |
static class |
WindowJoin.MyTimestamp |
static class |
WindowJoin.SalarySource
Continuously emit tuples with random names and integers (salaries).
|
| Constructor and Description |
|---|
WindowJoin() |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.