| Package | Description |
|---|---|
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.filesystem | |
| org.apache.flink.runtime.state.memory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CheckpointStorageAccess
Implementations of this interface should implement methods acting as an administration role for
checkpoint storage, which defined in
CheckpointStorageCoordinatorView. |
| Modifier and Type | Method and Description |
|---|---|
default CheckpointStorageWorkerView |
CheckpointStorageWorkerView.toFileMergingStorage(FileMergingSnapshotManager mergingSnapshotManager,
Environment environment)
Return
FsMergingCheckpointStorageAccess if
file merging is enabled Otherwise, return itself. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFsCheckpointStorageAccess
An implementation of durable checkpoint storage to file systems.
|
class |
FsCheckpointStorageAccess
An implementation of durable checkpoint storage to file systems.
|
class |
FsMergingCheckpointStorageAccess
An implementation of file merging checkpoint storage to file systems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryBackendCheckpointStorageAccess
An implementation of a checkpoint storage for the
MemoryStateBackend. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.