| Package | Description |
|---|---|
| org.apache.flink.streaming.runtime.operators.sink.committables |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends CheckpointCommittableManager<CommT>> |
CommittableCollector.getCheckpointCommittablesUpTo(long checkpointId)
Returns all
CheckpointCommittableManager until the requested checkpoint id. |
Optional<CheckpointCommittableManager<CommT>> |
CommittableCollector.getEndOfInputCommittable()
Returns
CheckpointCommittableManager belonging to the last input. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommittableCollector.remove(CheckpointCommittableManager<CommT> manager)
Removes the manager for a specific checkpoint and all it's metadata.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.