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