Package org.apache.flink.streaming.runtime.operators.sink.committables
-
Interface Summary Interface Description CheckpointCommittableManager<CommT> ACheckpointCommittableManagercollects committables for one checkpoint across potentially multiple upstream subtasks. -
Class Summary Class Description CommitRequestImpl<CommT> Internal implementation to commit a specific committable and handle the response.CommittableCollector<CommT> This class is responsible to book-keep the committing progress across checkpoints and upstream subtasks.CommittableCollectorSerializer<CommT> The serializer for theCommittableCollector.SinkV1CommittableDeserializer This class offers the possibility to deserialize committables that have been written with older Flink releases (i.e. 1.13, 1.14). -
Enum Summary Enum Description CommitRequestState Internal state of a committable.