类的使用
org.apache.flink.iteration.ReplayableDataStreamList
-
使用ReplayableDataStreamList的程序包 程序包 说明 org.apache.flink.iteration -
-
org.apache.flink.iteration中ReplayableDataStreamList的使用
org.apache.flink.iteration中ReplayableDataStreamList的子类 修饰符和类型 类 说明 static classReplayableDataStreamList.NonReplayedDataStreamListA specialReplayableDataStreamListthat all streams should be not replayed.static classReplayableDataStreamList.ReplayedDataStreamListA specialReplayableDataStreamListthat all streams should be replayed.返回ReplayableDataStreamList的org.apache.flink.iteration中的方法 修饰符和类型 方法 说明 ReplayableDataStreamListReplayableDataStreamList.ReplayedDataStreamList. andNotReplay(org.apache.flink.streaming.api.datastream.DataStream<?>... nonReplayedStreams)参数类型为ReplayableDataStreamList的org.apache.flink.iteration中的方法 修饰符和类型 方法 说明 static DataStreamListIterations. iterateBoundedStreamsUntilTermination(DataStreamList initVariableStreams, ReplayableDataStreamList dataStreams, IterationConfig config, IterationBody body)This method uses an iteration body to process records in some bounded data streams iteratively until no more records are iterating or the given terminating criteria stream is empty in one round.
-