| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.executiongraph |
| 限定符和类型 | 方法和说明 |
|---|---|
CheckpointStatsSnapshot |
CheckpointStatsTracker.createSnapshot()
Creates a new snapshot of the available stats.
|
static CheckpointStatsSnapshot |
CheckpointStatsSnapshot.empty() |
| 限定符和类型 | 方法和说明 |
|---|---|
CheckpointStatsSnapshot |
DefaultExecutionGraph.getCheckpointStatsSnapshot() |
CheckpointStatsSnapshot |
AccessExecutionGraph.getCheckpointStatsSnapshot()
Returns a snapshot of the checkpoint statistics or
null if checkpointing is
disabled. |
CheckpointStatsSnapshot |
ArchivedExecutionGraph.getCheckpointStatsSnapshot() |
| 构造器和说明 |
|---|
ArchivedExecutionGraph(org.apache.flink.api.common.JobID jobID,
String jobName,
Map<JobVertexID,ArchivedExecutionJobVertex> tasks,
List<ArchivedExecutionJobVertex> verticesInCreationOrder,
long[] stateTimestamps,
org.apache.flink.api.common.JobStatus state,
ErrorInfo failureCause,
String jsonPlan,
StringifiedAccumulatorResult[] archivedUserAccumulators,
Map<String,org.apache.flink.util.SerializedValue<org.apache.flink.util.OptionalFailure<Object>>> serializedUserAccumulators,
org.apache.flink.api.common.ArchivedExecutionConfig executionConfig,
boolean isStoppable,
CheckpointCoordinatorConfiguration jobCheckpointingConfiguration,
CheckpointStatsSnapshot checkpointStatsSnapshot,
String stateBackendName,
String checkpointStorageName,
org.apache.flink.util.TernaryBoolean stateChangelogEnabled,
String changelogStorageName) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.