Uses of Class
org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
Packages that use TaskStateSnapshot Package Description org.apache.flink.runtime.checkpoint org.apache.flink.runtime.checkpoint.channel org.apache.flink.runtime.execution org.apache.flink.runtime.jobmaster org.apache.flink.runtime.messages.checkpoint This package contains the messages that are sent betweenJobMasterandTaskExecutorto coordinate the checkpoint snapshots of the distributed dataflow.org.apache.flink.runtime.scheduler org.apache.flink.runtime.scheduler.adaptive org.apache.flink.runtime.state org.apache.flink.runtime.taskexecutor.rpc org.apache.flink.runtime.taskmanager -
-
Uses of TaskStateSnapshot in org.apache.flink.runtime.checkpoint
Fields in org.apache.flink.runtime.checkpoint declared as TaskStateSnapshot Modifier and Type Field Description static TaskStateSnapshotTaskStateSnapshot. FINISHED_ON_RESTOREMethods in org.apache.flink.runtime.checkpoint that return TaskStateSnapshot Modifier and Type Method Description static TaskStateSnapshotTaskStateSnapshot. deserializeTaskStateSnapshot(org.apache.flink.util.SerializedValue<TaskStateSnapshot> subtaskState, ClassLoader classLoader)TaskStateSnapshotJobManagerTaskRestore. getTaskStateSnapshot()Methods in org.apache.flink.runtime.checkpoint that return types with arguments of type TaskStateSnapshot Modifier and Type Method Description static org.apache.flink.util.SerializedValue<TaskStateSnapshot>TaskStateSnapshot. serializeTaskStateSnapshot(TaskStateSnapshot subtaskState)Methods in org.apache.flink.runtime.checkpoint with parameters of type TaskStateSnapshot Modifier and Type Method Description PendingCheckpoint.TaskAcknowledgeResultPendingCheckpoint. 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 TaskStateSnapshot Modifier and Type Method Description voidCheckpointCoordinatorGateway. 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 TaskStateSnapshot Constructor Description JobManagerTaskRestore(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 TaskStateSnapshot Constructor Description SequentialChannelStateReaderImpl(TaskStateSnapshot taskStateSnapshot) -
Uses of TaskStateSnapshot in org.apache.flink.runtime.execution
Methods in org.apache.flink.runtime.execution with parameters of type TaskStateSnapshot Modifier and Type Method Description voidEnvironment. 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 TaskStateSnapshot Modifier and Type Method Description voidJobMaster. 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 TaskStateSnapshot Modifier and Type Method Description TaskStateSnapshotAcknowledgeCheckpoint. getSubtaskState()Constructors in org.apache.flink.runtime.messages.checkpoint with parameters of type TaskStateSnapshot Constructor Description AcknowledgeCheckpoint(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 TaskStateSnapshot Modifier and Type Method Description voidExecutionGraphHandler. 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 TaskStateSnapshot Modifier and Type Method Description voidAdaptiveScheduler. 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 TaskStateSnapshot Modifier and Type Field Description protected SortedMap<Long,TaskStateSnapshot>TaskLocalStateStoreImpl. storedTaskStateByCheckpointIDMaps checkpoint ids to local TaskStateSnapshots.Methods in org.apache.flink.runtime.state that return TaskStateSnapshot Modifier and Type Method Description TaskStateSnapshotNoOpTaskLocalStateStoreImpl. retrieveLocalState(long checkpointID)TaskStateSnapshotTaskLocalStateStore. retrieveLocalState(long checkpointID)Returns the local state that is stored under the given checkpoint id or null if nothing was stored under the id.TaskStateSnapshotTaskLocalStateStoreImpl. retrieveLocalState(long checkpointID)Methods in org.apache.flink.runtime.state with parameters of type TaskStateSnapshot Modifier and Type Method Description voidTaskStateManager. 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 TaskStateSnapshot Modifier and Type Method Description voidRpcCheckpointResponder. 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 TaskStateSnapshot Modifier and Type Method Description voidCheckpointResponder. 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)
-