Uses of Class
org.apache.flink.streaming.api.operators.collect.AbstractCollectResultBuffer
-
Packages that use AbstractCollectResultBuffer Package Description org.apache.flink.streaming.api.operators.collect -
-
Uses of AbstractCollectResultBuffer in org.apache.flink.streaming.api.operators.collect
Subclasses of AbstractCollectResultBuffer in org.apache.flink.streaming.api.operators.collect Modifier and Type Class Description classCheckpointedCollectResultBuffer<T>A buffer which encapsulates the logic of dealing with the response from theCollectSinkFunction.classUncheckpointedCollectResultBuffer<T>A 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 AbstractCollectResultBuffer Constructor Description CollectResultFetcher(AbstractCollectResultBuffer<T> buffer, String operatorUid, String accumulatorName, long resultFetchTimeout)CollectResultIterator(AbstractCollectResultBuffer<T> buffer, String operatorUid, String accumulatorName, int retryMillis)
-