| Modifier and Type | Method and Description |
|---|---|
CheckpointStatsSnapshot |
CheckpointStatsTracker.createSnapshot()
Creates a new snapshot of the available stats.
|
static CheckpointStatsSnapshot |
CheckpointStatsSnapshot.empty() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CheckpointStatsSnapshot> |
Dispatcher.requestCheckpointStats(org.apache.flink.api.common.JobID jobId,
org.apache.flink.api.common.time.Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
CheckpointStatsSnapshot |
DefaultExecutionGraph.getCheckpointStatsSnapshot() |
CheckpointStatsSnapshot |
ArchivedExecutionGraph.getCheckpointStatsSnapshot() |
CheckpointStatsSnapshot |
AccessExecutionGraph.getCheckpointStatsSnapshot()
Returns a snapshot of the checkpoint statistics or
null if checkpointing is
disabled. |
| 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,
JobType jobType,
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) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CheckpointStatsSnapshot> |
JobMasterGateway.requestCheckpointStats(org.apache.flink.api.common.time.Time timeout)
Requests the
CheckpointStatsSnapshot of the job. |
CompletableFuture<CheckpointStatsSnapshot> |
JobMaster.requestCheckpointStats(org.apache.flink.api.common.time.Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract R |
AbstractCheckpointStatsHandler.handleCheckpointStatsRequest(HandlerRequest<EmptyRequestBody> request,
CheckpointStatsSnapshot checkpointStatsSnapshot) |
protected CheckpointingStatistics |
CheckpointingStatisticsHandler.handleCheckpointStatsRequest(HandlerRequest<EmptyRequestBody> request,
CheckpointStatsSnapshot checkpointStatsSnapshot) |
protected R |
AbstractCheckpointHandler.handleCheckpointStatsRequest(HandlerRequest<EmptyRequestBody> request,
CheckpointStatsSnapshot checkpointStatsSnapshot) |
| Constructor and Description |
|---|
AbstractCheckpointHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,R,M> messageHeaders,
Executor executor,
org.apache.flink.shaded.guava31.com.google.common.cache.Cache<org.apache.flink.api.common.JobID,CompletableFuture<CheckpointStatsSnapshot>> checkpointStatsSnapshotCache,
CheckpointStatsCache checkpointStatsCache) |
AbstractCheckpointStatsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,R,M> messageHeaders,
org.apache.flink.shaded.guava31.com.google.common.cache.Cache<org.apache.flink.api.common.JobID,CompletableFuture<CheckpointStatsSnapshot>> checkpointStatsSnapshotCache,
Executor executor) |
CheckpointingStatisticsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,CheckpointingStatistics,JobMessageParameters> messageHeaders,
org.apache.flink.shaded.guava31.com.google.common.cache.Cache<org.apache.flink.api.common.JobID,CompletableFuture<CheckpointStatsSnapshot>> checkpointStatsSnapshotCache,
Executor executor) |
CheckpointStatisticDetailsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,CheckpointStatistics,CheckpointMessageParameters> messageHeaders,
Executor executor,
org.apache.flink.shaded.guava31.com.google.common.cache.Cache<org.apache.flink.api.common.JobID,CompletableFuture<CheckpointStatsSnapshot>> checkpointStatsSnapshotCache,
CheckpointStatsCache checkpointStatsCache) |
TaskCheckpointStatisticDetailsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,TaskCheckpointStatisticsWithSubtaskDetails,TaskCheckpointMessageParameters> messageHeaders,
Executor executor,
org.apache.flink.shaded.guava31.com.google.common.cache.Cache<org.apache.flink.api.common.JobID,CompletableFuture<CheckpointStatsSnapshot>> checkpointStatsSnapshotCache,
CheckpointStatsCache checkpointStatsCache) |
| Modifier and Type | Method and Description |
|---|---|
CheckpointStatsSnapshot |
SchedulerBase.requestCheckpointStats() |
CheckpointStatsSnapshot |
SchedulerNG.requestCheckpointStats()
Returns the checkpoint statistics for a given job.
|
| Modifier and Type | Method and Description |
|---|---|
CheckpointStatsSnapshot |
AdaptiveScheduler.requestCheckpointStats() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CheckpointStatsSnapshot> |
NonLeaderRetrievalRestfulGateway.requestCheckpointStats(org.apache.flink.api.common.JobID jobId,
org.apache.flink.api.common.time.Time timeout) |
CompletableFuture<CheckpointStatsSnapshot> |
RestfulGateway.requestCheckpointStats(org.apache.flink.api.common.JobID jobId,
org.apache.flink.api.common.time.Time timeout)
Requests the
CheckpointStatsSnapshot containing checkpointing information. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.