Class TestUniversalRunner
java.lang.Object
org.apache.beam.sdk.PipelineRunner<PipelineResult>
org.apache.beam.runners.portability.testing.TestUniversalRunner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static class
RegisterTestUniversalRunner.Options
.static class
Registrar for the portable runner. -
Method Summary
Modifier and TypeMethodDescriptionstatic TestUniversalRunner
fromOptions
(PipelineOptions options) Constructs a runner from the provided 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
Constructs 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>
-