Package org.apache.beam.runners.flink
Class TestFlinkRunner
Test Flink runner.
-
Method Summary
Modifier and TypeMethodDescriptionstatic TestFlinkRunner
create
(boolean streaming) static TestFlinkRunner
fromOptions
(PipelineOptions options) Processes the givenPipeline
, potentially asynchronously, returning a runner-specific type of result.Methods inherited from class org.apache.beam.sdk.PipelineRunner
create, run, run
-
Method Details
-
fromOptions
-
create
-
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
-