Package org.apache.beam.runners.flink
Class FlinkRunner
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.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FlinkRunner
fromOptions
(PipelineOptions options) Construct a runner from the provided options.For testing.Processes the givenPipeline
, potentially asynchronously, returning a runner-specific type of result.toString()
Methods inherited from class org.apache.beam.sdk.PipelineRunner
create, run, run
-
Constructor Details
-
FlinkRunner
-
-
Method Details
-
fromOptions
Construct a runner from the provided options.- Parameters:
options
- Properties which configure the runner.- Returns:
- The newly created runner.
-
run
Description copied from class:PipelineRunner
Processes the givenPipeline
, potentially asynchronously, returning a runner-specific type of result.- Specified by:
run
in classPipelineRunner<PipelineResult>
-
getPipelineOptions
For testing. -
toString
-