| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.rest.handler.job.checkpoints | |
| org.apache.flink.runtime.rest.messages.checkpoints |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CompletedCheckpointStats
Statistics for a successfully completed checkpoint.
|
class |
FailedCheckpointStats
Statistics for a failed checkpoint.
|
class |
PendingCheckpointStats
Statistics for a pending checkpoint that is still in progress.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractCheckpointStats |
CheckpointStatsHistory.getCheckpointById(long checkpointId) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<AbstractCheckpointStats> |
CheckpointStatsHistory.getCheckpoints() |
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractCheckpointStats |
CheckpointStatsCache.tryGet(long checkpointId)
Try to look up a checkpoint by it's ID in the cache.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected TaskCheckpointStatisticsWithSubtaskDetails |
TaskCheckpointStatisticDetailsHandler.handleCheckpointRequest(HandlerRequest<EmptyRequestBody> request,
AbstractCheckpointStats checkpointStats) |
protected CheckpointStatistics |
CheckpointStatisticDetailsHandler.handleCheckpointRequest(HandlerRequest<EmptyRequestBody> ignored,
AbstractCheckpointStats checkpointStats) |
protected abstract R |
AbstractCheckpointHandler.handleCheckpointRequest(HandlerRequest<EmptyRequestBody> request,
AbstractCheckpointStats checkpointStats)
Called for each request with the corresponding
AbstractCheckpointStats instance. |
void |
CheckpointStatsCache.tryAdd(AbstractCheckpointStats checkpoint)
Try to add the checkpoint to the cache.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static CheckpointStatistics |
CheckpointStatistics.generateCheckpointStatistics(AbstractCheckpointStats checkpointStats,
boolean includeTaskCheckpointStatistics) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.