public class CollectResultFetcher<T> extends Object
| 构造器和说明 |
|---|
CollectResultFetcher(AbstractCollectResultBuffer<T> buffer,
CompletableFuture<org.apache.flink.runtime.jobgraph.OperatorID> operatorIdFuture,
String accumulatorName,
long resultFetchTimeout) |
public CollectResultFetcher(AbstractCollectResultBuffer<T> buffer, CompletableFuture<org.apache.flink.runtime.jobgraph.OperatorID> operatorIdFuture, String accumulatorName, long resultFetchTimeout)
public void setJobClient(org.apache.flink.core.execution.JobClient jobClient)
public T next() throws IOException
IOExceptionpublic void close()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.