JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
D
E
F
G
I
O
P
S
V
B
Bundle
<
T
,
CollectionT
> - Interface in
org.apache.beam.runners.local
An immutable collection of elements which are part of a
PCollection
.
C
cancelled()
- Method in interface org.apache.beam.runners.local.
PipelineMessageReceiver
Report that the pipeline has been cancelled.
completed()
- Method in interface org.apache.beam.runners.local.
PipelineMessageReceiver
Report that the pipeline has successfully completed.
D
drive()
- Method in interface org.apache.beam.runners.local.
ExecutionDriver
E
empty()
- Static method in class org.apache.beam.runners.local.
StructuralKey
Get the empty
StructuralKey
.
ExecutionDriver
- Interface in
org.apache.beam.runners.local
Drives the execution of a
Pipeline
by scheduling work.
ExecutionDriver.DriverState
- Enum in
org.apache.beam.runners.local
The state of the driver.
F
failed(Exception)
- Method in interface org.apache.beam.runners.local.
PipelineMessageReceiver
Report that a failure has occurred.
failed(Error)
- Method in interface org.apache.beam.runners.local.
PipelineMessageReceiver
Report that a failure has occurred.
G
getKey()
- Method in interface org.apache.beam.runners.local.
Bundle
Returns the key that was output in the most recent
GroupByKey
in the execution of this bundle.
getKey()
- Method in class org.apache.beam.runners.local.
StructuralKey
Returns the key that this
StructuralKey
was created from.
getMinimumTimestamp()
- Method in interface org.apache.beam.runners.local.
Bundle
Return the minimum timestamp among elements in this bundle.
getPCollection()
- Method in interface org.apache.beam.runners.local.
Bundle
Returns the PCollection that the elements of this bundle belong to.
getSynchronizedProcessingOutputWatermark()
- Method in interface org.apache.beam.runners.local.
Bundle
Returns the processing time output watermark at the time the producing
Executable
committed this bundle.
I
isTermainal()
- Method in enum org.apache.beam.runners.local.
ExecutionDriver.DriverState
O
of(K, Coder<K>)
- Static method in class org.apache.beam.runners.local.
StructuralKey
Create a new Structural Key of the provided key that can be encoded by the provided coder.
org.apache.beam.runners.local
- package org.apache.beam.runners.local
Utilities useful when executing a pipeline on a single machine.
P
PipelineMessageReceiver
- Interface in
org.apache.beam.runners.local
Handles failures in the form of exceptions.
S
StructuralKey
<
K
> - Class in
org.apache.beam.runners.local
A (Key, Coder) pair that uses the structural value of the key (as provided by
Coder.structuralValue(Object)
) to perform equality and hashing.
V
valueOf(String)
- Static method in enum org.apache.beam.runners.local.
ExecutionDriver.DriverState
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.apache.beam.runners.local.
ExecutionDriver.DriverState
Returns an array containing the constants of this enum type, in the order they are declared.
B
C
D
E
F
G
I
O
P
S
V
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes