Uses of Class
org.apache.flink.streaming.api.operators.collect.AbstractCollectResultBuffer
Packages that use AbstractCollectResultBuffer
-
Uses of AbstractCollectResultBuffer in org.apache.flink.streaming.api.operators.collect
Modifier and TypeClassDescriptionclassA buffer which encapsulates the logic of dealing with the response from theCollectSinkFunction.classA buffer which encapsulates the logic of dealing with the response from theCollectSinkFunction.Constructors in org.apache.flink.streaming.api.operators.collect with parameters of type AbstractCollectResultBufferModifierConstructorDescriptionCollectResultFetcher(AbstractCollectResultBuffer<T> buffer, String operatorUid, String accumulatorName, long resultFetchTimeout) CollectResultIterator(AbstractCollectResultBuffer<T> buffer, String operatorUid, String accumulatorName, int retryMillis)