Re: Use state problem

2020-07-08 Thread Yun Tang
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/AllWindowedStream.java#L118 Best Yun Tang From: ゞ野蠻遊戲χ Sent: Thursday, July 9, 2020 9:58 To: user Subject: Use state problem Deal all Keyed state (ValueState, ReducingState, ListSta

Use state problem

2020-07-08 Thread ?g???U?[????
Deal all Keyed state (ValueState, ReducingState, ListState, AggregatingState, MapState) Supported in Keyed Stream, meaning only in KeyedProcessFunction? But in practice, I can also use these states in ProcessAllWindowFunction and ProcessWindowFunction. Why? thank you jiazhi