Package org.apache.beam.runners.prism
Class TestPrismRunner
TestPrismRunner is the recommended PipelineRunner to use for tests that rely on
sdks/go/cmd/prism. See
PrismRunner for more details.-
Method Summary
Modifier and TypeMethodDescriptionstatic TestPrismRunnerfromOptions(PipelineOptions options) Invoked fromPipeline.run()whereTestPrismRunnerinstantiates usingTestPrismPipelineOptionsconfiguration details.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
Invoked fromPipeline.run()whereTestPrismRunnerinstantiates usingTestPrismPipelineOptionsconfiguration details. -
run
Description copied from class:PipelineRunnerProcesses the givenPipeline, potentially asynchronously, returning a runner-specific type of result.- Specified by:
runin classPipelineRunner<PipelineResult>
-