Uses of Class
org.apache.flink.runtime.checkpoint.TaskStateSnapshot
Packages that use TaskStateSnapshot
Package
Description
This package contains the messages that are sent between
JobMaster and TaskExecutor to coordinate the checkpoint snapshots of the
distributed dataflow.-
Uses of TaskStateSnapshot in org.apache.flink.runtime.checkpoint
Fields in org.apache.flink.runtime.checkpoint declared as TaskStateSnapshotModifier and TypeFieldDescriptionstatic final TaskStateSnapshotTaskStateSnapshot.FINISHED_ON_RESTOREMethods in org.apache.flink.runtime.checkpoint that return TaskStateSnapshotModifier and TypeMethodDescriptionstatic TaskStateSnapshotTaskStateSnapshot.deserializeTaskStateSnapshot(org.apache.flink.util.SerializedValue<TaskStateSnapshot> subtaskState, ClassLoader classLoader) JobManagerTaskRestore.getTaskStateSnapshot()Methods in org.apache.flink.runtime.checkpoint that return types with arguments of type TaskStateSnapshotModifier and TypeMethodDescriptionstatic org.apache.flink.util.SerializedValue<TaskStateSnapshot>TaskStateSnapshot.serializeTaskStateSnapshot(TaskStateSnapshot subtaskState) Methods in org.apache.flink.runtime.checkpoint with parameters of type TaskStateSnapshotModifier and TypeMethodDescriptionPendingCheckpoint.acknowledgeTask(ExecutionAttemptID executionAttemptId, TaskStateSnapshot operatorSubtaskStates, CheckpointMetrics metrics) Acknowledges the task with the given execution attempt id and the given subtask state.static org.apache.flink.util.SerializedValue<TaskStateSnapshot>TaskStateSnapshot.serializeTaskStateSnapshot(TaskStateSnapshot subtaskState) Method parameters in org.apache.flink.runtime.checkpoint with type arguments of type TaskStateSnapshotModifier and TypeMethodDescriptionvoidCheckpointCoordinatorGateway.acknowledgeCheckpoint(org.apache.flink.api.common.JobID jobID, ExecutionAttemptID executionAttemptID, long checkpointId, CheckpointMetrics checkpointMetrics, org.apache.flink.util.SerializedValue<TaskStateSnapshot> subtaskState) static TaskStateSnapshotTaskStateSnapshot.deserializeTaskStateSnapshot(org.apache.flink.util.SerializedValue<TaskStateSnapshot> subtaskState, ClassLoader classLoader) Constructors in org.apache.flink.runtime.checkpoint with parameters of type TaskStateSnapshotModifierConstructorDescriptionJobManagerTaskRestore(long restoreCheckpointId, TaskStateSnapshot taskStateSnapshot) -
Uses of TaskStateSnapshot in org.apache.flink.runtime.checkpoint.channel
Constructors in org.apache.flink.runtime.checkpoint.channel with parameters of type TaskStateSnapshotModifierConstructorDescriptionSequentialChannelStateReaderImpl(TaskStateSnapshot taskStateSnapshot) -
Uses of TaskStateSnapshot in org.apache.flink.runtime.execution
Methods in org.apache.flink.runtime.execution with parameters of type TaskStateSnapshotModifier and TypeMethodDescriptionvoidEnvironment.acknowledgeCheckpoint(long checkpointId, CheckpointMetrics checkpointMetrics, TaskStateSnapshot subtaskState) Confirms that the invokable has successfully completed all required steps for the checkpoint with the give checkpoint-ID. -
Uses of TaskStateSnapshot in org.apache.flink.runtime.jobmaster
Method parameters in org.apache.flink.runtime.jobmaster with type arguments of type TaskStateSnapshotModifier and TypeMethodDescriptionvoidJobMaster.acknowledgeCheckpoint(org.apache.flink.api.common.JobID jobID, ExecutionAttemptID executionAttemptID, long checkpointId, CheckpointMetrics checkpointMetrics, org.apache.flink.util.SerializedValue<TaskStateSnapshot> checkpointState) -
Uses of TaskStateSnapshot in org.apache.flink.runtime.messages.checkpoint
Methods in org.apache.flink.runtime.messages.checkpoint that return TaskStateSnapshotConstructors in org.apache.flink.runtime.messages.checkpoint with parameters of type TaskStateSnapshotModifierConstructorDescriptionAcknowledgeCheckpoint(org.apache.flink.api.common.JobID job, ExecutionAttemptID taskExecutionId, long checkpointId, CheckpointMetrics checkpointMetrics, TaskStateSnapshot subtaskState) -
Uses of TaskStateSnapshot in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler with parameters of type TaskStateSnapshotModifier and TypeMethodDescriptionvoidExecutionGraphHandler.acknowledgeCheckpoint(org.apache.flink.api.common.JobID jobID, ExecutionAttemptID executionAttemptID, long checkpointId, CheckpointMetrics checkpointMetrics, TaskStateSnapshot checkpointState) voidSchedulerBase.acknowledgeCheckpoint(org.apache.flink.api.common.JobID jobID, ExecutionAttemptID executionAttemptID, long checkpointId, CheckpointMetrics checkpointMetrics, TaskStateSnapshot checkpointState) voidSchedulerNG.acknowledgeCheckpoint(org.apache.flink.api.common.JobID jobID, ExecutionAttemptID executionAttemptID, long checkpointId, CheckpointMetrics checkpointMetrics, TaskStateSnapshot checkpointState) -
Uses of TaskStateSnapshot in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive with parameters of type TaskStateSnapshotModifier and TypeMethodDescriptionvoidAdaptiveScheduler.acknowledgeCheckpoint(org.apache.flink.api.common.JobID jobID, ExecutionAttemptID executionAttemptID, long checkpointId, CheckpointMetrics checkpointMetrics, TaskStateSnapshot checkpointState) -
Uses of TaskStateSnapshot in org.apache.flink.runtime.state
Fields in org.apache.flink.runtime.state with type parameters of type TaskStateSnapshotModifier and TypeFieldDescriptionprotected final SortedMap<Long,TaskStateSnapshot> TaskLocalStateStoreImpl.storedTaskStateByCheckpointIDMaps checkpoint ids to local TaskStateSnapshots.Methods in org.apache.flink.runtime.state that return TaskStateSnapshotModifier and TypeMethodDescriptionNoOpTaskLocalStateStoreImpl.retrieveLocalState(long checkpointID) TaskLocalStateStore.retrieveLocalState(long checkpointID) Returns the local state that is stored under the given checkpoint id or null if nothing was stored under the id.TaskLocalStateStoreImpl.retrieveLocalState(long checkpointID) Methods in org.apache.flink.runtime.state with parameters of type TaskStateSnapshotModifier and TypeMethodDescriptionvoidTaskStateManager.reportTaskStateSnapshots(CheckpointMetaData checkpointMetaData, CheckpointMetrics checkpointMetrics, TaskStateSnapshot acknowledgedState, TaskStateSnapshot localState) Report the state snapshots for the operator instances running in the owning task.voidTaskStateManagerImpl.reportTaskStateSnapshots(CheckpointMetaData checkpointMetaData, CheckpointMetrics checkpointMetrics, TaskStateSnapshot acknowledgedState, TaskStateSnapshot localState) voidChangelogTaskLocalStateStore.storeLocalState(long checkpointId, TaskStateSnapshot localState) voidNoOpTaskLocalStateStoreImpl.storeLocalState(long checkpointId, TaskStateSnapshot localState) voidTaskLocalStateStore.storeLocalState(long checkpointId, TaskStateSnapshot localState) Stores the local state for the given checkpoint id.voidTaskLocalStateStoreImpl.storeLocalState(long checkpointId, TaskStateSnapshot localState) -
Uses of TaskStateSnapshot in org.apache.flink.runtime.taskexecutor.rpc
Methods in org.apache.flink.runtime.taskexecutor.rpc with parameters of type TaskStateSnapshotModifier and TypeMethodDescriptionvoidRpcCheckpointResponder.acknowledgeCheckpoint(org.apache.flink.api.common.JobID jobID, ExecutionAttemptID executionAttemptID, long checkpointId, CheckpointMetrics checkpointMetrics, TaskStateSnapshot subtaskState) -
Uses of TaskStateSnapshot in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager with parameters of type TaskStateSnapshotModifier and TypeMethodDescriptionvoidCheckpointResponder.acknowledgeCheckpoint(org.apache.flink.api.common.JobID jobID, ExecutionAttemptID executionAttemptID, long checkpointId, CheckpointMetrics checkpointMetrics, TaskStateSnapshot subtaskState) Acknowledges the given checkpoint.voidRuntimeEnvironment.acknowledgeCheckpoint(long checkpointId, CheckpointMetrics checkpointMetrics, TaskStateSnapshot checkpointStateHandles)