public class TestPortableRunner
extends org.apache.beam.sdk.PipelineRunner<org.apache.beam.sdk.PipelineResult>
TestPortableRunner is a pipeline runner that wraps a PortableRunner when running
tests against the TestPipeline.
This runner requires a JobServerDriver with following methods.
TestPipeline| Modifier and Type | Method and Description |
|---|---|
static TestPortableRunner |
fromOptions(org.apache.beam.sdk.options.PipelineOptions options) |
org.apache.beam.sdk.PipelineResult |
run(org.apache.beam.sdk.Pipeline pipeline) |
public static TestPortableRunner fromOptions(org.apache.beam.sdk.options.PipelineOptions options)
public org.apache.beam.sdk.PipelineResult run(org.apache.beam.sdk.Pipeline pipeline)
run in class org.apache.beam.sdk.PipelineRunner<org.apache.beam.sdk.PipelineResult>