Package org.apache.beam.runners.dataflow
Class TestDataflowRunner
java.lang.Object
org.apache.beam.sdk.PipelineRunner<DataflowPipelineJob>
org.apache.beam.runners.dataflow.TestDataflowRunner
TestDataflowRunner
is a pipeline runner that wraps a DataflowRunner
when running
tests against the TestPipeline
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic TestDataflowRunner
fromOptions
(PipelineOptions options) Constructs a runner from the provided options.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
-
Method Details
-
fromOptions
Constructs a runner from the provided options. -
run
Description copied from class:PipelineRunner
Processes the givenPipeline
, potentially asynchronously, returning a runner-specific type of result.- Specified by:
run
in classPipelineRunner<DataflowPipelineJob>
-
toString
-