Class KeyedPCollectionTuple.TaggedKeyedPCollection<K,V>
java.lang.Object
org.apache.beam.sdk.transforms.join.KeyedPCollectionTuple.TaggedKeyedPCollection<K,V>
- Enclosing class:
KeyedPCollectionTuple<K>
A utility class to help ensure coherence of tag and input PCollection types.
-
Constructor Summary
ConstructorsConstructorDescriptionTaggedKeyedPCollection(TupleTag<V> tupleTag, PCollection<KV<K, V>> pCollection) -
Method Summary
Modifier and TypeMethodDescriptionPCollection<KV<K, V>> Returns the underlying PCollection of this TaggedKeyedPCollection.Returns the TupleTag of this TaggedKeyedPCollection.
-
Constructor Details
-
TaggedKeyedPCollection
-
-
Method Details
-
getCollection
Returns the underlying PCollection of this TaggedKeyedPCollection. -
getTupleTag
Returns the TupleTag of this TaggedKeyedPCollection.
-