Uses of Class
org.apache.flink.streaming.examples.dsv2.eventtime.CountNewsClicks.NewsEventType
-
Packages that use CountNewsClicks.NewsEventType Package Description org.apache.flink.streaming.examples.dsv2.eventtime -
-
Uses of CountNewsClicks.NewsEventType in org.apache.flink.streaming.examples.dsv2.eventtime
Fields in org.apache.flink.streaming.examples.dsv2.eventtime declared as CountNewsClicks.NewsEventType Modifier and Type Field Description CountNewsClicks.NewsEventTypeCountNewsClicks.NewsEvent. typeMethods in org.apache.flink.streaming.examples.dsv2.eventtime that return CountNewsClicks.NewsEventType Modifier and Type Method Description static CountNewsClicks.NewsEventTypeCountNewsClicks.NewsEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static CountNewsClicks.NewsEventType[]CountNewsClicks.NewsEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-