Uses of Class
org.apache.flink.runtime.messages.checkpoint.AcknowledgeCheckpoint
-
Packages that use AcknowledgeCheckpoint Package Description org.apache.flink.runtime.checkpoint -
-
Uses of AcknowledgeCheckpoint in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint with parameters of type AcknowledgeCheckpoint Modifier and Type Method Description booleanCheckpointCoordinator. receiveAcknowledgeMessage(AcknowledgeCheckpoint message, String taskManagerLocationInfo)Receives an AcknowledgeCheckpoint message and returns whether the message was associated with a pending checkpoint.
-