| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.checkpoint.channel | |
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.filesystem | |
| org.apache.flink.runtime.state.memory |
| 构造器和说明 |
|---|
ChannelStateWriterImpl(String taskName,
int subtaskIndex,
CheckpointStorageWorkerView streamFactoryResolver)
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
CheckpointStorageAccess
Implementations of this interface should implement methods acting as an administration role for
checkpoint storage, which defined in
CheckpointStorageCoordinatorView. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractFsCheckpointStorageAccess
An implementation of durable checkpoint storage to file systems.
|
class |
FsCheckpointStorageAccess
An implementation of durable checkpoint storage to file systems.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MemoryBackendCheckpointStorageAccess
An implementation of a checkpoint storage for the
MemoryStateBackend. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.