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 TestPrismRunner
fromOptions
(PipelineOptions options) Invoked fromPipeline.run()
whereTestPrismRunner
instantiates usingTestPrismPipelineOptions
configuration 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()
whereTestPrismRunner
instantiates usingTestPrismPipelineOptions
configuration details. -
run
Description copied from class:PipelineRunner
Processes the givenPipeline
, potentially asynchronously, returning a runner-specific type of result.- Specified by:
run
in classPipelineRunner<PipelineResult>
-