PipelineOptions.DirectRunner
which executes both Bounded and Unbounded Pipelines
on the local machine.See: Description
Interface | Description |
---|---|
DirectOptions |
Options that can be used to configure the
DirectRunner . |
DirectTestOptions |
Internal-only options for tweaking the behavior of the
DirectRunner in ways that users
should never do. |
Class | Description |
---|---|
DirectOptions.AvailableParallelismFactory |
A
DefaultValueFactory that returns the result of Runtime.availableProcessors()
from the DirectOptions.AvailableParallelismFactory.create(PipelineOptions) method. |
DirectRegistrar | |
DirectRegistrar.Options |
Registers the
DirectOptions . |
DirectRegistrar.Runner |
Registers the
DirectRunner . |
DirectRunner | |
DirectRunner.DirectPipelineResult |
The result of running a
Pipeline with the DirectRunner . |
PipelineOptions.DirectRunner
which executes both Bounded and Unbounded Pipelines
on the local machine.
See org.apache.beam.sdk.runners
for more information about Pipeline Runners.