| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.executiongraph |
| Modifier and Type | Method and Description |
|---|---|
CheckpointStatsSnapshot |
CheckpointStatsTracker.createSnapshot()
Creates a new snapshot of the available stats.
|
| Modifier and Type | Method and Description |
|---|---|
CheckpointStatsSnapshot |
AccessExecutionGraph.getCheckpointStatsSnapshot()
Returns a snapshot of the checkpoint statistics or
null if
checkpointing is disabled. |
CheckpointStatsSnapshot |
ExecutionGraph.getCheckpointStatsSnapshot() |
CheckpointStatsSnapshot |
ArchivedExecutionGraph.getCheckpointStatsSnapshot() |
| Constructor and Description |
|---|
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) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.