A C D E F G I M N O P R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AvailableParallelismFactory() - Constructor for class org.apache.beam.runners.direct.DirectOptions.AvailableParallelismFactory
C
- cancel() - Method in class org.apache.beam.runners.direct.DirectRunner.DirectPipelineResult
- Clock - Interface in org.apache.beam.runners.direct
-
Access to the current time.
- create(PipelineOptions) - Method in class org.apache.beam.runners.direct.DirectOptions.AvailableParallelismFactory
D
- DirectOptions - Interface in org.apache.beam.runners.direct
-
Options that can be used to configure the
DirectRunner. - DirectOptions.AvailableParallelismFactory - Class in org.apache.beam.runners.direct
-
A
DefaultValueFactorythat returns the result ofRuntime.availableProcessors()from theDirectOptions.AvailableParallelismFactory.create(PipelineOptions)method. - DirectRegistrar - Class in org.apache.beam.runners.direct
- DirectRegistrar.Options - Class in org.apache.beam.runners.direct
-
Registers the
DirectOptions. - DirectRegistrar.Runner - Class in org.apache.beam.runners.direct
-
Registers the
DirectRunner. - DirectRunner - Class in org.apache.beam.runners.direct
-
A
PipelineRunnerthat executes aPipelinewithin the process that constructed thePipeline. - DirectRunner.DirectPipelineResult - Class in org.apache.beam.runners.direct
-
The result of running a
Pipelinewith theDirectRunner. - DirectTestOptions - Interface in org.apache.beam.runners.direct
-
Internal-only options for tweaking the behavior of the
PipelineOptions.DirectRunnerin ways that users should never do.
E
- ExecutableGraph<ExecutableT,CollectionT> - Interface in org.apache.beam.runners.direct
-
The interface that enables querying of a graph of independently executable stages and the inputs and outputs of those stages.
F
- fromOptions(PipelineOptions) - Static method in class org.apache.beam.runners.direct.DirectRunner
-
Construct a
DirectRunnerfrom the provided options.
G
- getExecutables() - Method in interface org.apache.beam.runners.direct.ExecutableGraph
- getPerElementConsumers(CollectionT) - Method in interface org.apache.beam.runners.direct.ExecutableGraph
- getPerElementInputs(ExecutableT) - Method in interface org.apache.beam.runners.direct.ExecutableGraph
- getPipelineOptions() - Method in class org.apache.beam.runners.direct.DirectRegistrar.Options
- getPipelineRunners() - Method in class org.apache.beam.runners.direct.DirectRegistrar.Runner
- getProduced(ExecutableT) - Method in interface org.apache.beam.runners.direct.ExecutableGraph
- getProducer(CollectionT) - Method in interface org.apache.beam.runners.direct.ExecutableGraph
- getReplacementTransform(AppliedPTransform<PCollection<? extends InputT>, PCollectionTuple, PTransform<PCollection<? extends InputT>, PCollectionTuple>>) - Method in class org.apache.beam.runners.direct.ParDoMultiOverrideFactory
- getRootTransforms() - Method in interface org.apache.beam.runners.direct.ExecutableGraph
- getState() - Method in class org.apache.beam.runners.direct.DirectRunner.DirectPipelineResult
- getTargetParallelism() - Method in interface org.apache.beam.runners.direct.DirectOptions
I
- isBlockOnRun() - Method in interface org.apache.beam.runners.direct.DirectOptions
- isEnforceEncodability() - Method in interface org.apache.beam.runners.direct.DirectOptions
- isEnforceImmutability() - Method in interface org.apache.beam.runners.direct.DirectOptions
- isRunnerDeterminedSharding() - Method in interface org.apache.beam.runners.direct.DirectTestOptions
M
- mapOutputs(Map<TupleTag<?>, PCollection<?>>, PCollectionTuple) - Method in class org.apache.beam.runners.direct.ParDoMultiOverrideFactory
- metrics() - Method in class org.apache.beam.runners.direct.DirectRunner.DirectPipelineResult
N
- now() - Method in interface org.apache.beam.runners.direct.Clock
-
Returns the current time as an
Instant.
O
- Options() - Constructor for class org.apache.beam.runners.direct.DirectRegistrar.Options
- org.apache.beam.runners.direct - package org.apache.beam.runners.direct
-
Defines the
PipelineOptions.DirectRunnerwhich executes both Bounded and UnboundedPipelineson the local machine.
P
- ParDoMultiOverrideFactory<InputT,OutputT> - Class in org.apache.beam.runners.direct
-
A
PTransformOverrideFactorythat provides overrides for applications of aParDoin the direct runner. - ParDoMultiOverrideFactory() - Constructor for class org.apache.beam.runners.direct.ParDoMultiOverrideFactory
R
- run(Pipeline) - Method in class org.apache.beam.runners.direct.DirectRunner
- Runner() - Constructor for class org.apache.beam.runners.direct.DirectRegistrar.Runner
S
- setBlockOnRun(boolean) - Method in interface org.apache.beam.runners.direct.DirectOptions
- setEnforceEncodability(boolean) - Method in interface org.apache.beam.runners.direct.DirectOptions
- setEnforceImmutability(boolean) - Method in interface org.apache.beam.runners.direct.DirectOptions
- setRunnerDeterminedSharding(boolean) - Method in interface org.apache.beam.runners.direct.DirectTestOptions
- setTargetParallelism(int) - Method in interface org.apache.beam.runners.direct.DirectOptions
T
- TransformExecutor - Interface in org.apache.beam.runners.direct
-
A
Runnablethat will execute aPTransformon some bundle of input.
W
- waitUntilFinish() - Method in class org.apache.beam.runners.direct.DirectRunner.DirectPipelineResult
-
.
- waitUntilFinish(Duration) - Method in class org.apache.beam.runners.direct.DirectRunner.DirectPipelineResult
-
.
All Classes All Packages