Class PortableRunner
java.lang.Object
org.apache.beam.sdk.PipelineRunner<PipelineResult>
org.apache.beam.runners.portability.PortableRunner
-
Method Summary
Modifier and TypeMethodDescriptionstatic PortableRunner
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.- 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>
-
toString
-