| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.datastream |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DataStream.collectAsync(DataStream.Collector<T> collector)
Sets up the collection of the elements in this
DataStream, which can be retrieved
later via the given DataStream.Collector. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.