Class KeyedPCollectionTuple<K>

  • Type Parameters:
    K - the type of key shared by all constituent PCollections
    All Implemented Interfaces:
    PInput

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