Package org.apache.flink.streaming.examples.dsv2.windowing
package org.apache.flink.streaming.examples.dsv2.windowing
-
ClassesClassDescriptionExample illustrating how to use Window to count the sales of each product in each hour by DataStream API V2.Count sales quantity per product.Pojo class for order.The
CountProductSalesWindowing.ProductSalesclass represents the count of product sales within one hour.