| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.datastream |
| 限定符和类型 | 方法和说明 |
|---|---|
static <OUT> ClientAndIterator<OUT> |
DataStreamUtils.collectWithClient(DataStream<OUT> stream,
String jobExecutionName)
已过时。
Please use
DataStream.executeAndCollect(). |
| 限定符和类型 | 方法和说明 |
|---|---|
static <E> List<E> |
DataStreamUtils.collectRecordsFromUnboundedStream(ClientAndIterator<E> client,
int numElements)
已过时。
Please use
DataStream.executeAndCollect(). |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.