Class KeyedPCollectionTuple.TaggedKeyedPCollection<K,V>

java.lang.Object
org.apache.beam.sdk.transforms.join.KeyedPCollectionTuple.TaggedKeyedPCollection<K,V>
Enclosing class:
KeyedPCollectionTuple<K>

public static class KeyedPCollectionTuple.TaggedKeyedPCollection<K,V> extends Object
A utility class to help ensure coherence of tag and input PCollection types.
  • Constructor Details

  • Method Details

    • getCollection

      public PCollection<KV<K,V>> getCollection()
      Returns the underlying PCollection of this TaggedKeyedPCollection.
    • getTupleTag

      public TupleTag<V> getTupleTag()
      Returns the TupleTag of this TaggedKeyedPCollection.