| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.state |
| 限定符和类型 | 方法和说明 |
|---|---|
CheckpointType |
CheckpointProperties.getCheckpointType()
Gets the type of the checkpoint (checkpoint / savepoint).
|
CheckpointType |
CheckpointOptions.getCheckpointType()
Returns the type of checkpoint to perform.
|
static CheckpointType |
CheckpointType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CheckpointType[] |
CheckpointType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static CheckpointOptions |
CheckpointOptions.alignedNoTimeout(CheckpointType type,
CheckpointStorageLocationReference location) |
static CheckpointOptions |
CheckpointOptions.forConfig(CheckpointType checkpointType,
CheckpointStorageLocationReference locationReference,
boolean isExactlyOnceMode,
boolean isUnalignedEnabled,
long alignedCheckpointTimeout) |
static CheckpointOptions |
CheckpointOptions.notExactlyOnce(CheckpointType type,
CheckpointStorageLocationReference location) |
| 构造器和说明 |
|---|
CheckpointOptions(CheckpointType checkpointType,
CheckpointStorageLocationReference targetLocation) |
CheckpointOptions(CheckpointType checkpointType,
CheckpointStorageLocationReference targetLocation,
CheckpointOptions.AlignmentType alignmentType,
long alignedCheckpointTimeout) |
| 限定符和类型 | 方法和说明 |
|---|---|
default boolean |
KeyedStateBackend.isStateImmutableInStateBackend(CheckpointType checkpointOptions) |
boolean |
AbstractKeyedStateBackend.requiresLegacySynchronousTimerSnapshots(CheckpointType checkpointType) |
| 构造器和说明 |
|---|
FullSnapshotAsyncWriter(CheckpointType checkpointType,
org.apache.flink.util.function.SupplierWithException<CheckpointStreamWithResultProvider,Exception> checkpointStreamSupplier,
FullSnapshotResources<K> snapshotResources) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.