| 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 |
CheckpointStorage
Implementations of this interface should implement methods acting as an administration role for checkpoint storage,
which defined in
CheckpointStorageCoordinatorView. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFsCheckpointStorage
An implementation of durable checkpoint storage to file systems.
|
class |
FsCheckpointStorage
An implementation of durable checkpoint storage to file systems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryBackendCheckpointStorage
An implementation of a checkpoint storage for the
MemoryStateBackend. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.