Package org.apache.flink.streaming.examples.dsv2.windowing
-
Class Summary Class Description CountProductSalesWindowing Example illustrating how to use Window to count the sales of each product in each hour by DataStream API V2.CountProductSalesWindowing.CountSalesQuantity Count sales quantity per product.CountProductSalesWindowing.Order Pojo class for order.CountProductSalesWindowing.ProductSales TheCountProductSalesWindowing.ProductSalesclass represents the count of product sales within one hour.