Package org.apache.flink.examples.java.misc
-
Class Summary 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.