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.TaskAcknowledgeResultPendingCheckpoint. acknowledgeCoordinatorState(OperatorInfo coordinatorInfo, ByteStreamStateHandle stateHandle)PendingCheckpoint.TaskAcknowledgeResultPendingCheckpoint. acknowledgeTask(ExecutionAttemptID executionAttemptId, TaskStateSnapshot operatorSubtaskStates, CheckpointMetrics metrics)Acknowledges the task with the given execution attempt id and the given subtask state.static PendingCheckpoint.TaskAcknowledgeResultPendingCheckpoint.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.
-