T - Type of the input data.R - Type of the output data.@FunctionalInterface public interface FlatMapFunction<T,R> extends Function
| 限定符和类型 | 方法和说明 |
|---|---|
void |
flatMap(T value,
Collector<R> collector) |
loadCheckpoint, saveCheckpointCopyright © 2021. All rights reserved.