| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.checkpoint |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CompletedCheckpoint.CompletedCheckpointDiscardObject
Implementation of
Checkpoint.DiscardObject. |
class |
PendingCheckpoint.PendingCheckpointDiscardObject
Implementation of
Checkpoint.DiscardObject for
PendingCheckpoint. |
| 限定符和类型 | 字段和说明 |
|---|---|
static Checkpoint.DiscardObject |
Checkpoint.NOOP_DISCARD_OBJECT |
| 限定符和类型 | 方法和说明 |
|---|---|
Checkpoint.DiscardObject |
PendingCheckpoint.markAsDiscarded() |
Checkpoint.DiscardObject |
CompletedCheckpoint.markAsDiscarded() |
Checkpoint.DiscardObject |
Checkpoint.markAsDiscarded()
This method precede the
discard() method and should be called from the
CheckpointCoordinator(under the lock) while discard() can be
called from any thread/place. |
Checkpoint.DiscardObject |
CompletedCheckpoint.markAsDiscardedOnShutdown(org.apache.flink.api.common.JobStatus jobStatus) |
Checkpoint.DiscardObject |
CompletedCheckpoint.markAsDiscardedOnSubsume() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.