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
The CountProductSalesWindowing.ProductSales class represents the count of product sales within one hour.
  • Field Details

    • productId

      public long productId
    • startTime

      public long startTime
    • salesQuantity

      public long salesQuantity
  • Constructor Details

    • ProductSales

      public ProductSales(long productId, long startTime, long salesQuantity)
  • Method Details