| Interface | Description |
|---|---|
| CheckpointCommittableManager<CommT> |
A
CheckpointCommittableManager collects committables for one checkpoint across
potentially multiple upstream subtasks. |
| 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 the
CommittableCollector. |
| SinkV1CommittableDeserializer |
This class offers the possibility to deserialize committables that have been written with older
Flink releases (i.e. 1.13, 1.14).
|
| Enum | Description |
|---|---|
| CommitRequestState |
Internal state of a committable.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.