Uses of Package
org.apache.flink.streaming.examples.dsv2.eventtime
-
Packages that use org.apache.flink.streaming.examples.dsv2.eventtime Package Description org.apache.flink.streaming.examples.dsv2.eventtime -
Classes in org.apache.flink.streaming.examples.dsv2.eventtime used by org.apache.flink.streaming.examples.dsv2.eventtime Class Description CountNewsClicks.NewsClicks TheCountNewsClicks.NewsClicksrepresents the number of clicks on news within one hour following its publication.CountNewsClicks.NewsEvent TheCountNewsClicks.NewsEventrepresents an event on news, containing the event type, news id and the timestamp.CountNewsClicks.NewsEventType The type ofCountNewsClicks.NewsEvent, note that only one event of typeCountNewsClicks.NewsEventType.PUBLISHfor each news.