| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.operators.collect |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CheckpointedCollectResultBuffer<T>
A buffer which encapsulates the logic of dealing with the response from the
CollectSinkFunction. |
class |
UncheckpointedCollectResultBuffer<T>
A buffer which encapsulates the logic of dealing with the response from the
CollectSinkFunction. |
| 构造器和说明 |
|---|
CollectResultFetcher(AbstractCollectResultBuffer<T> buffer,
CompletableFuture<org.apache.flink.runtime.jobgraph.OperatorID> operatorIdFuture,
String accumulatorName) |
CollectResultIterator(AbstractCollectResultBuffer<T> buffer,
CompletableFuture<org.apache.flink.runtime.jobgraph.OperatorID> operatorIdFuture,
String accumulatorName,
int retryMillis) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.