Uses of Class
org.apache.flink.runtime.checkpoint.PendingCheckpoint.TaskAcknowledgeResult
-
Packages that use PendingCheckpoint.TaskAcknowledgeResult Package Description org.apache.flink.runtime.checkpoint -
-
Uses of PendingCheckpoint.TaskAcknowledgeResult in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return PendingCheckpoint.TaskAcknowledgeResult Modifier and Type Method Description PendingCheckpoint.TaskAcknowledgeResult
PendingCheckpoint. acknowledgeCoordinatorState(OperatorInfo coordinatorInfo, ByteStreamStateHandle stateHandle)
PendingCheckpoint.TaskAcknowledgeResult
PendingCheckpoint. acknowledgeTask(ExecutionAttemptID executionAttemptId, TaskStateSnapshot operatorSubtaskStates, CheckpointMetrics metrics)
Acknowledges the task with the given execution attempt id and the given subtask state.static PendingCheckpoint.TaskAcknowledgeResult
PendingCheckpoint.TaskAcknowledgeResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static PendingCheckpoint.TaskAcknowledgeResult[]
PendingCheckpoint.TaskAcknowledgeResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-