public static class KeyedPCollectionTuple.TaggedKeyedPCollection<K,V>
extends java.lang.Object
Constructor and Description |
---|
TaggedKeyedPCollection(TupleTag<V> tupleTag,
PCollection<KV<K,V>> pCollection) |
Modifier and Type | Method and Description |
---|---|
PCollection<KV<K,V>> |
getCollection()
Returns the underlying PCollection of this TaggedKeyedPCollection.
|
TupleTag<V> |
getTupleTag()
Returns the TupleTag of this TaggedKeyedPCollection.
|