Class TestPortableRunner
java.lang.Object
org.apache.beam.sdk.PipelineRunner<PipelineResult>
org.apache.beam.runners.portability.testing.TestPortableRunner
TestPortableRunner is a pipeline runner that wraps a PortableRunner when running
tests against the TestPipeline.
This runner requires a JobServerDriver subclass with the following factory method:
public static JobServerDriver fromParams(String[] args)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic TestPortableRunnerfromOptions(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
-
run
Description copied from class:PipelineRunnerProcesses the givenPipeline, potentially asynchronously, returning a runner-specific type of result.- Specified by:
runin classPipelineRunner<PipelineResult>
-