Uses of Class
org.apache.flink.streaming.examples.dsv2.eventtime.CountNewsClicks.NewsClicks
-
Packages that use CountNewsClicks.NewsClicks Package Description org.apache.flink.streaming.examples.dsv2.eventtime -
-
Uses of CountNewsClicks.NewsClicks in org.apache.flink.streaming.examples.dsv2.eventtime
Method parameters in org.apache.flink.streaming.examples.dsv2.eventtime with type arguments of type CountNewsClicks.NewsClicks Modifier and Type Method Description voidCountNewsClicks.CountNewsClicksProcessFunction. onEventTimer(long timestamp, org.apache.flink.datastream.api.common.Collector<CountNewsClicks.NewsClicks> output, org.apache.flink.datastream.api.context.PartitionedContext<CountNewsClicks.NewsClicks> ctx)voidCountNewsClicks.CountNewsClicksProcessFunction. onEventTimer(long timestamp, org.apache.flink.datastream.api.common.Collector<CountNewsClicks.NewsClicks> output, org.apache.flink.datastream.api.context.PartitionedContext<CountNewsClicks.NewsClicks> ctx)voidCountNewsClicks.CountNewsClicksProcessFunction. processRecord(CountNewsClicks.NewsEvent record, org.apache.flink.datastream.api.common.Collector<CountNewsClicks.NewsClicks> output, org.apache.flink.datastream.api.context.PartitionedContext<CountNewsClicks.NewsClicks> ctx)voidCountNewsClicks.CountNewsClicksProcessFunction. processRecord(CountNewsClicks.NewsEvent record, org.apache.flink.datastream.api.common.Collector<CountNewsClicks.NewsClicks> output, org.apache.flink.datastream.api.context.PartitionedContext<CountNewsClicks.NewsClicks> ctx)
-