Class PortableRunner
java.lang.Object
org.apache.beam.sdk.PipelineRunner<PipelineResult>
org.apache.beam.runners.portability.PortableRunner
-
Method Summary
Modifier and TypeMethodDescriptionstatic PortableRunnerfromOptions(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:PipelineRunnerProcesses the givenPipeline, potentially asynchronously, returning a runner-specific type of result.- Specified by:
runin classPipelineRunner<PipelineResult>
-
toString
-