Class CommittableCollector<CommT>

java.lang.Object
org.apache.flink.streaming.runtime.operators.sink.committables.CommittableCollector<CommT>
Type Parameters:
CommT - type of committable

@Internal public class CommittableCollector<CommT> extends Object
This class is responsible to book-keep the committing progress across checkpoints and upstream subtasks.

Each checkpoint in turn is handled by a CheckpointCommittableManager.