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