| 程序包 | 说明 |
|---|---|
| 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 between
JobMaster and TaskExecutor to 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 |
| 限定符和类型 | 字段和说明 |
|---|---|
static TaskStateSnapshot |
TaskStateSnapshot.FINISHED_ON_RESTORE |
| 限定符和类型 | 方法和说明 |
|---|---|
static TaskStateSnapshot |
TaskStateSnapshot.deserializeTaskStateSnapshot(org.apache.flink.util.SerializedValue<TaskStateSnapshot> subtaskState,
ClassLoader classLoader) |
TaskStateSnapshot |
JobManagerTaskRestore.getTaskStateSnapshot() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.flink.util.SerializedValue<TaskStateSnapshot> |
TaskStateSnapshot.serializeTaskStateSnapshot(TaskStateSnapshot subtaskState) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 org.apache.flink.util.SerializedValue<TaskStateSnapshot> |
TaskStateSnapshot.serializeTaskStateSnapshot(TaskStateSnapshot subtaskState) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CheckpointCoordinatorGateway.acknowledgeCheckpoint(org.apache.flink.api.common.JobID jobID,
ExecutionAttemptID executionAttemptID,
long checkpointId,
CheckpointMetrics checkpointMetrics,
org.apache.flink.util.SerializedValue<TaskStateSnapshot> subtaskState) |
static TaskStateSnapshot |
TaskStateSnapshot.deserializeTaskStateSnapshot(org.apache.flink.util.SerializedValue<TaskStateSnapshot> subtaskState,
ClassLoader classLoader) |
| 构造器和说明 |
|---|
JobManagerTaskRestore(long restoreCheckpointId,
TaskStateSnapshot taskStateSnapshot) |
| 构造器和说明 |
|---|
SequentialChannelStateReaderImpl(TaskStateSnapshot taskStateSnapshot) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Environment.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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
JobMaster.acknowledgeCheckpoint(org.apache.flink.api.common.JobID jobID,
ExecutionAttemptID executionAttemptID,
long checkpointId,
CheckpointMetrics checkpointMetrics,
org.apache.flink.util.SerializedValue<TaskStateSnapshot> checkpointState) |
| 限定符和类型 | 方法和说明 |
|---|---|
TaskStateSnapshot |
AcknowledgeCheckpoint.getSubtaskState() |
| 构造器和说明 |
|---|
AcknowledgeCheckpoint(org.apache.flink.api.common.JobID job,
ExecutionAttemptID taskExecutionId,
long checkpointId,
CheckpointMetrics checkpointMetrics,
TaskStateSnapshot subtaskState) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExecutionGraphHandler.acknowledgeCheckpoint(org.apache.flink.api.common.JobID jobID,
ExecutionAttemptID executionAttemptID,
long checkpointId,
CheckpointMetrics checkpointMetrics,
TaskStateSnapshot checkpointState) |
void |
SchedulerNG.acknowledgeCheckpoint(org.apache.flink.api.common.JobID jobID,
ExecutionAttemptID executionAttemptID,
long checkpointId,
CheckpointMetrics checkpointMetrics,
TaskStateSnapshot checkpointState) |
void |
SchedulerBase.acknowledgeCheckpoint(org.apache.flink.api.common.JobID jobID,
ExecutionAttemptID executionAttemptID,
long checkpointId,
CheckpointMetrics checkpointMetrics,
TaskStateSnapshot checkpointState) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AdaptiveScheduler.acknowledgeCheckpoint(org.apache.flink.api.common.JobID jobID,
ExecutionAttemptID executionAttemptID,
long checkpointId,
CheckpointMetrics checkpointMetrics,
TaskStateSnapshot checkpointState) |
| 限定符和类型 | 方法和说明 |
|---|---|
TaskStateSnapshot |
TaskLocalStateStoreImpl.retrieveLocalState(long checkpointID) |
TaskStateSnapshot |
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.
|
TaskStateSnapshot |
NoOpTaskLocalStateStoreImpl.retrieveLocalState(long checkpointID) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TaskStateManager.reportTaskStateSnapshots(CheckpointMetaData checkpointMetaData,
CheckpointMetrics checkpointMetrics,
TaskStateSnapshot acknowledgedState,
TaskStateSnapshot localState)
Report the state snapshots for the operator instances running in the owning task.
|
void |
TaskStateManagerImpl.reportTaskStateSnapshots(CheckpointMetaData checkpointMetaData,
CheckpointMetrics checkpointMetrics,
TaskStateSnapshot acknowledgedState,
TaskStateSnapshot localState) |
void |
TaskLocalStateStoreImpl.storeLocalState(long checkpointId,
TaskStateSnapshot localState) |
void |
TaskLocalStateStore.storeLocalState(long checkpointId,
TaskStateSnapshot localState)
Stores the local state for the given checkpoint id.
|
void |
NoOpTaskLocalStateStoreImpl.storeLocalState(long checkpointId,
TaskStateSnapshot localState) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RpcCheckpointResponder.acknowledgeCheckpoint(org.apache.flink.api.common.JobID jobID,
ExecutionAttemptID executionAttemptID,
long checkpointId,
CheckpointMetrics checkpointMetrics,
TaskStateSnapshot subtaskState) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CheckpointResponder.acknowledgeCheckpoint(org.apache.flink.api.common.JobID jobID,
ExecutionAttemptID executionAttemptID,
long checkpointId,
CheckpointMetrics checkpointMetrics,
TaskStateSnapshot subtaskState)
Acknowledges the given checkpoint.
|
void |
RuntimeEnvironment.acknowledgeCheckpoint(long checkpointId,
CheckpointMetrics checkpointMetrics,
TaskStateSnapshot checkpointStateHandles) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.