Class CountProductSalesWindowing.ProductSales
- java.lang.Object
-
- org.apache.flink.streaming.examples.dsv2.windowing.CountProductSalesWindowing.ProductSales
-
- Enclosing class:
- CountProductSalesWindowing
public static class CountProductSalesWindowing.ProductSales extends Object
TheCountProductSalesWindowing.ProductSalesclass represents the count of product sales within one hour.
-
-
Field Summary
Fields Modifier and Type Field Description longproductIdlongsalesQuantitylongstartTime
-
Constructor Summary
Constructors Constructor Description ProductSales(long productId, long startTime, long salesQuantity)
-