Class FlinkRunner

java.lang.Object
org.apache.beam.sdk.PipelineRunner<PipelineResult>
org.apache.beam.runners.flink.FlinkRunner

public class FlinkRunner extends PipelineRunner<PipelineResult>
A PipelineRunner that executes the operations in the pipeline by first translating them to a Flink Plan and then executing them either locally or on a Flink cluster, depending on the configuration.