| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint |
| Modifier and Type | Class and Description |
|---|---|
class |
FailedCheckpointStats
Statistics for a failed checkpoint.
|
| Modifier and Type | Method and Description |
|---|---|
PendingCheckpointStats |
CheckpointStatsTracker.getPendingCheckpointStats(long checkpointId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckpointFailureManager.handleCheckpointException(PendingCheckpoint pendingCheckpoint,
CheckpointProperties checkpointProperties,
CheckpointException exception,
ExecutionAttemptID executionAttemptID,
org.apache.flink.api.common.JobID job,
PendingCheckpointStats pendingCheckpointStats,
CheckpointStatsTracker statsTracker)
Failures on JM:
all checkpoints - go against failure counter.
|
| Constructor and Description |
|---|
PendingCheckpoint(org.apache.flink.api.common.JobID jobId,
long checkpointId,
long checkpointTimestamp,
CheckpointPlan checkpointPlan,
Collection<OperatorID> operatorCoordinatorsToConfirm,
Collection<String> masterStateIdentifiers,
CheckpointProperties props,
CompletableFuture<CompletedCheckpoint> onCompletionPromise,
PendingCheckpointStats pendingCheckpointStats) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.