Class PartitionTransformation<T>

  • Type Parameters:
    T - The type of the elements that result from this PartitionTransformation

    @Internal
    public class PartitionTransformation<T>
    extends Transformation<T>
    This transformation represents a change of partitioning of the input elements.

    This does not create a physical operation, it only affects how upstream operations are connected to downstream operations.