Class KeyedPCollectionTuple<K>

java.lang.Object
org.apache.beam.sdk.transforms.join.KeyedPCollectionTuple<K>
Type Parameters:
K - the type of key shared by all constituent PCollections
All Implemented Interfaces:
PInput

public class KeyedPCollectionTuple<K> extends Object implements PInput
An immutable tuple of keyed PCollections with key type K. (PCollections containing values of type KV<K, ?>)