| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.persistence |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultCompletedCheckpointStore<R extends ResourceVersion<R>>
Default implementation of
CompletedCheckpointStore. |
| 限定符和类型 | 方法和说明 |
|---|---|
static <R extends ResourceVersion<R>> |
DefaultCompletedCheckpointStoreUtils.retrieveCompletedCheckpoints(StateHandleStore<CompletedCheckpoint,R> checkpointStateHandleStore,
CheckpointStoreUtil completedCheckpointStoreUtil)
Fetch all
completed checkpoints from an external store. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultJobGraphStore<R extends ResourceVersion<R>>
Default implementation for
JobGraphStore. |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
StateHandleStore<T extends Serializable,R extends ResourceVersion<R>>
Class which stores state via the provided
RetrievableStateStorageHelper and writes the
returned state handle to distributed coordination system(e.g. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
IntegerResourceVersion
ResourceVersion implementation with Integer value. |
class |
StringResourceVersion
ResourceVersion implementation with String value. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.