public class CollectResultFetcher<T> extends Object
| Constructor and Description |
|---|
CollectResultFetcher(AbstractCollectResultBuffer<T> buffer,
CompletableFuture<org.apache.flink.runtime.jobgraph.OperatorID> operatorIdFuture,
String accumulatorName) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
T |
next() |
void |
setJobClient(org.apache.flink.core.execution.JobClient jobClient) |
public CollectResultFetcher(AbstractCollectResultBuffer<T> buffer, CompletableFuture<org.apache.flink.runtime.jobgraph.OperatorID> operatorIdFuture, String accumulatorName)
public void setJobClient(org.apache.flink.core.execution.JobClient jobClient)
public T next() throws IOException
IOExceptionpublic void close()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.