| Class | Description |
|---|---|
| AbstractFileStateBackend | Deprecated
State backends should no longer implement
CheckpointStorage functionality. |
| AbstractFsCheckpointStorageAccess |
An implementation of durable checkpoint storage to file systems.
|
| FileBasedStateOutputStream |
A
CheckpointStreamFactory.CheckpointStateOutputStream that writes into a specified file and returns a FileStateHandle upon closing. |
| FileStateHandle |
StreamStateHandle for state that was written to a file stream. |
| FsCheckpointMetadataOutputStream |
A
CheckpointMetadataOutputStream that writes a specified file and directory, and returns
a FsCompletedCheckpointStorageLocation upon closing. |
| FsCheckpointStorageAccess |
An implementation of durable checkpoint storage to file systems.
|
| FsCheckpointStorageLocation |
A storage location for checkpoints on a file system.
|
| FsCheckpointStreamFactory |
A
CheckpointStreamFactory that produces streams that write to a FileSystem. |
| FsCheckpointStreamFactory.FsCheckpointStateOutputStream |
A
CheckpointStreamFactory.CheckpointStateOutputStream that writes into a file and
returns a StreamStateHandle upon closing. |
| FsCompletedCheckpointStorageLocation |
A
CompletedCheckpointStorageLocation that resides on a file system. |
| FsStateBackend | Deprecated |
| FsStateBackendFactory |
A factory that creates an
FsStateBackend from a configuration. |
| RelativeFileStateHandle |
A
StreamStateHandle for state that was written to a file stream. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.