Class KeyedPCollectionTuple.TaggedKeyedPCollection<K,​V>

  • Enclosing class:
    KeyedPCollectionTuple<K>

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

    • Method Detail

      • 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.