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.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.