JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
E
F
I
J
L
O
R
W
E
expand(PCollection<KV<K, V1>>)
- Method in class org.apache.beam.sdk.extensions.joinlibrary.
Join.FullOuterJoin
expand(PCollection<KV<K, V1>>)
- Method in class org.apache.beam.sdk.extensions.joinlibrary.
Join.InnerJoin
expand(PCollection<KV<K, V1>>)
- Method in class org.apache.beam.sdk.extensions.joinlibrary.
Join.LeftOuterJoin
expand(PCollection<KV<K, V1>>)
- Method in class org.apache.beam.sdk.extensions.joinlibrary.
Join.RightOuterJoin
F
fullOuterJoin(String, PCollection<KV<K, V1>>, PCollection<KV<K, V2>>, V1, V2)
- Static method in class org.apache.beam.sdk.extensions.joinlibrary.
Join
Full Outer Join of two collections of KV elements.
fullOuterJoin(PCollection<KV<K, V1>>, PCollection<KV<K, V2>>, V1, V2)
- Static method in class org.apache.beam.sdk.extensions.joinlibrary.
Join
Full Outer Join of two collections of KV elements.
I
innerJoin(PCollection<KV<K, V1>>, PCollection<KV<K, V2>>)
- Static method in class org.apache.beam.sdk.extensions.joinlibrary.
Join
Inner join of two collections of KV elements.
innerJoin(String, PCollection<KV<K, V1>>, PCollection<KV<K, V2>>)
- Static method in class org.apache.beam.sdk.extensions.joinlibrary.
Join
Inner join of two collections of KV elements.
J
Join
- Class in
org.apache.beam.sdk.extensions.joinlibrary
Utility class with different versions of joins.
Join()
- Constructor for class org.apache.beam.sdk.extensions.joinlibrary.
Join
Join.FullOuterJoin
<
K
,
V1
,
V2
> - Class in
org.apache.beam.sdk.extensions.joinlibrary
PTransform representing a full outer join of two collections of KV elements.
Join.InnerJoin
<
K
,
V1
,
V2
> - Class in
org.apache.beam.sdk.extensions.joinlibrary
PTransform representing an inner join of two collections of KV elements.
Join.LeftOuterJoin
<
K
,
V1
,
V2
> - Class in
org.apache.beam.sdk.extensions.joinlibrary
PTransform representing a left outer join of two collections of KV elements.
Join.RightOuterJoin
<
K
,
V1
,
V2
> - Class in
org.apache.beam.sdk.extensions.joinlibrary
PTransform representing a right outer join of two collections of KV elements.
L
leftOuterJoin(String, PCollection<KV<K, V1>>, PCollection<KV<K, V2>>, V2)
- Static method in class org.apache.beam.sdk.extensions.joinlibrary.
Join
Left Outer Join of two collections of KV elements.
leftOuterJoin(PCollection<KV<K, V1>>, PCollection<KV<K, V2>>, V2)
- Static method in class org.apache.beam.sdk.extensions.joinlibrary.
Join
O
org.apache.beam.sdk.extensions.joinlibrary
- package org.apache.beam.sdk.extensions.joinlibrary
Utilities for performing SQL-style joins of keyed
PCollections
.
R
rightOuterJoin(String, PCollection<KV<K, V1>>, PCollection<KV<K, V2>>, V1)
- Static method in class org.apache.beam.sdk.extensions.joinlibrary.
Join
Right Outer Join of two collections of KV elements.
rightOuterJoin(PCollection<KV<K, V1>>, PCollection<KV<K, V2>>, V1)
- Static method in class org.apache.beam.sdk.extensions.joinlibrary.
Join
Right Outer Join of two collections of KV elements.
W
with(PCollection<KV<K, V2>>, V1, V2)
- Static method in class org.apache.beam.sdk.extensions.joinlibrary.
Join.FullOuterJoin
with(PCollection<KV<K, V2>>)
- Static method in class org.apache.beam.sdk.extensions.joinlibrary.
Join.InnerJoin
with(PCollection<KV<K, V2>>, V2)
- Static method in class org.apache.beam.sdk.extensions.joinlibrary.
Join.LeftOuterJoin
with(PCollection<KV<K, V2>>, V1)
- Static method in class org.apache.beam.sdk.extensions.joinlibrary.
Join.RightOuterJoin
E
F
I
J
L
O
R
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes