Package | Description |
---|---|
org.apache.flink.runtime.checkpoint | |
org.apache.flink.runtime.jobmaster | |
org.apache.flink.runtime.scheduler | |
org.apache.flink.runtime.scheduler.adaptive |
Modifier and Type | Method and Description |
---|---|
void |
CheckpointCoordinatorGateway.declineCheckpoint(DeclineCheckpoint declineCheckpoint) |
void |
CheckpointCoordinator.receiveDeclineMessage(DeclineCheckpoint message,
String taskManagerLocationInfo)
Receives a
DeclineCheckpoint message for a pending checkpoint. |
Modifier and Type | Method and Description |
---|---|
void |
JobMaster.declineCheckpoint(DeclineCheckpoint decline) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionGraphHandler.declineCheckpoint(DeclineCheckpoint decline) |
void |
SchedulerNG.declineCheckpoint(DeclineCheckpoint decline) |
void |
SchedulerBase.declineCheckpoint(DeclineCheckpoint decline) |
Modifier and Type | Method and Description |
---|---|
void |
AdaptiveScheduler.declineCheckpoint(DeclineCheckpoint decline) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.