Package org.apache.beam.runners.twister2
Class Twister2Runner
Deprecated.
The support for twister2 is scheduled for removal in Beam 3.0.
A
PipelineRunner
that executes the operations in the pipeline by first translating them
to a Twister2 Plan and then executing them either locally or on a Twister2 cluster, depending on
the configuration.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Twister2Runner
(Twister2PipelineOptions options) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic Twister2Runner
fromOptions
(PipelineOptions options) Deprecated.Deprecated.Processes the givenPipeline
, potentially asynchronously, returning a runner-specific type of result.Deprecated.Methods inherited from class org.apache.beam.sdk.PipelineRunner
create, run, run
-
Constructor Details
-
Twister2Runner
Deprecated.
-
-
Method Details
-
fromOptions
Deprecated. -
run
Deprecated.Description copied from class:PipelineRunner
Processes the givenPipeline
, potentially asynchronously, returning a runner-specific type of result.- Specified by:
run
in classPipelineRunner<PipelineResult>
-
runTest
Deprecated.
-