AggregateExample |
An example that illustrates the global aggregate.
|
BranchExample |
An example that demonstrates the usage of Stream.branch(Predicate[]) to split a stream
into multiple branches based on predicates.
|
GroupByKeyAndWindowExample |
|
JoinExample |
|
StatefulWordCount |
|
StateQueryExample |
|
TypedTupleExample |
An example that illustrates the usage of typed tuples (TupleN<..>) and TupleValueMappers .
|
WindowedWordCount |
A windowed word count example.
|
WordCountToBolt |
An example that computes word counts and finally emits the results to an
external bolt (sink).
|