Class CountNewsClicks.NewsEvent
java.lang.Object
org.apache.flink.streaming.examples.dsv2.eventtime.CountNewsClicks.NewsEvent
- Enclosing class:
- CountNewsClicks
The
CountNewsClicks.NewsEvent represents an event on news, containing the event type, news id and the
timestamp.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
newsId
public long newsId -
timestamp
public long timestamp -
type
-
-
Constructor Details
-
NewsEvent
public NewsEvent()
-