Class CollectResultFetcher<T>
java.lang.Object
org.apache.flink.streaming.api.operators.collect.CollectResultFetcher<T>
A fetcher which fetches query results from sink and provides exactly-once semantics.
-
Constructor Summary
ConstructorsConstructorDescriptionCollectResultFetcher(AbstractCollectResultBuffer<T> buffer, String operatorUid, String accumulatorName, long resultFetchTimeout) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()next()voidsetJobClient(org.apache.flink.core.execution.JobClient jobClient)
-
Constructor Details
-
CollectResultFetcher
public CollectResultFetcher(AbstractCollectResultBuffer<T> buffer, String operatorUid, String accumulatorName, long resultFetchTimeout)
-
-
Method Details
-
setJobClient
public void setJobClient(org.apache.flink.core.execution.JobClient jobClient) -
next
- Throws:
IOException
-
close
public void close()
-