Package | Description |
---|---|
org.apache.flink.runtime.state.filesystem |
Class and Description |
---|
AbstractFileState
Base class for state that is stored in a file.
|
FileStreamStateHandle
A state handle that points to state in a file system, accessible as an input stream.
|
FsHeapKvState
Heap-backed key/value state that is snapshotted into files.
|
FsHeapKvStateSnapshot
A snapshot of a heap key/value state stored in a file.
|
FsStateBackend
The file state backend is a state backend that stores the state of streaming jobs in a file system.
|
FsStateBackend.FsCheckpointStateOutputStream
A CheckpointStateOutputStream that writes into a file and returns the path to that file upon
closing.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.