Skip to content

Commit

Permalink
Makes comment actual JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Jun 24, 2024
1 parent 077d72e commit 6e80ef9
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1528,9 +1528,12 @@ private void checkIdleSlotTimeout() {
TimeUnit.MILLISECONDS);
}

/**
* Wrapper class implementing {@link CheckpointStatsListener} in a way that checkpoint-related
* events are actually executed in the {@code AdaptiveScheduler}'s main thread.
*/
private CheckpointStatsListener createCheckpointStatsListener() {
// wrapper implementation ensuring that the checkpoint-related events are handled in the
// scheduler's main thread

return new CheckpointStatsListener() {

@Override
Expand Down

0 comments on commit 6e80ef9

Please sign in to comment.