Class UncheckpointedCollectResultBuffer<T>


  • public class UncheckpointedCollectResultBuffer<T>
    extends AbstractCollectResultBuffer<T>
    A buffer which encapsulates the logic of dealing with the response from the CollectSinkFunction. It ignores the checkpoint related fields in the response. See Java doc of CollectSinkFunction for explanation of this communication protocol.
    • Constructor Detail

      • UncheckpointedCollectResultBuffer

        public UncheckpointedCollectResultBuffer​(org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer,
                                                 boolean failureTolerance)