Class CheckpointedCollectResultBuffer<T>

java.lang.Object
org.apache.flink.streaming.api.operators.collect.AbstractCollectResultBuffer<T>
org.apache.flink.streaming.api.operators.collect.CheckpointedCollectResultBuffer<T>

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

    • CheckpointedCollectResultBuffer

      public CheckpointedCollectResultBuffer(org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer)
  • Method Details