Class CoGroupOperator.CoGroupOperatorSets<I1,​I2>

  • Type Parameters:
    I1 - The type of the first input DataSet of the CoGroup transformation.
    I2 - The type of the second input DataSet of the CoGroup transformation.
    Enclosing class:
    CoGroupOperator<I1,​I2,​OUT>

    public static final class CoGroupOperator.CoGroupOperatorSets<I1,​I2>
    extends Object
    Intermediate step of a CoGroup transformation.

    To continue the CoGroup transformation, select the grouping key of the first input DataSet by calling where(int...) or where(KeySelector).