Class TimestampsAndWatermarksTransformation<IN>

    • Constructor Detail

      • TimestampsAndWatermarksTransformation

        public TimestampsAndWatermarksTransformation​(String name,
                                                     int parallelism,
                                                     Transformation<IN> input,
                                                     WatermarkStrategy<IN> watermarkStrategy,
                                                     boolean parallelismConfigured)
        Creates a new Transformation with the given name, output type and parallelism.
        Parameters:
        name - The name of the Transformation, this will be shown in Visualizations and the Log
        parallelism - The parallelism of this Transformation
        input - The input transformation of this Transformation
        watermarkStrategy - The WatermarkStrategy to use