| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators.collect |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Constructor and Description |
|---|
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.