Class | Description |
---|---|
FileStateHandle |
StreamStateHandle for state that was written to a file stream. |
FsCheckpointStreamFactory |
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. |
FsSavepointStreamFactory |
A
CheckpointStreamFactory that produces streams that write to a
FileSystem . |
FsStateBackend |
The file state backend is a state backend that stores the state of streaming jobs in a file system.
|
FsStateBackendFactory |
A factory that creates an
FsStateBackend
from a configuration. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.