CommT
- type of the committable@Internal public interface CommittableManager<CommT>
Modifier and Type | Method and Description |
---|---|
Collection<CommittableWithLineage<CommT>> |
commit(boolean fullyReceived,
Committer<CommT> committer)
Commits all due committables.
|
CommittableSummary<CommT> |
getSummary()
Returns a summary of the current commit progress.
|
CommittableSummary<CommT> getSummary()
Collection<CommittableWithLineage<CommT>> commit(boolean fullyReceived, Committer<CommT> committer) throws IOException, InterruptedException
fullyReceived
- only commit committables if all committables of this checkpoint for a
subtask are receivedcommitter
- used to commit to the external systemIOException
InterruptedException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.