Class CountNewsClicks.NewsEvent
- java.lang.Object
-
- org.apache.flink.streaming.examples.dsv2.eventtime.CountNewsClicks.NewsEvent
-
- Enclosing class:
- CountNewsClicks
public static class CountNewsClicks.NewsEvent extends Object
TheCountNewsClicks.NewsEventrepresents an event on news, containing the event type, news id and the timestamp.
-
-
Field Summary
Fields Modifier and Type Field Description longnewsIdlongtimestampCountNewsClicks.NewsEventTypetype
-
Constructor Summary
Constructors Constructor Description NewsEvent()
-
-
-
Field Detail
-
newsId
public long newsId
-
timestamp
public long timestamp
-
type
public CountNewsClicks.NewsEventType type
-
-