Class | Description |
---|---|
CollectionExecutionExample |
This example shows how to use the collection based execution of Flink.
|
CollectionExecutionExample.EMail |
POJO for an EMail.
|
CollectionExecutionExample.User |
POJO class representing a user
|
PiEstimation |
Estimates the value of Pi using the Monte Carlo method.
|
PiEstimation.Sampler |
Sampler randomly emits points that fall within a square of edge x * y.
|
PiEstimation.SumReducer |
Simply sums up all long values.
|
RemoteCollectorOutputFormatExample |
Implements the "WordCount" program that computes a simple word occurrence
histogram over some sample data and collects the results with an
implementation of a
RemoteCollectorConsumer . |
RemoteCollectorOutputFormatExample.LineSplitter |
Implements the string tokenizer that splits sentences into words as a
user-defined FlatMapFunction.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.