Uses of Class
org.apache.flink.runtime.state.filesystem.FileStateHandle
-
Packages that use FileStateHandle Package Description org.apache.flink.runtime.state.filesystem -
-
Uses of FileStateHandle in org.apache.flink.runtime.state.filesystem
Subclasses of FileStateHandle in org.apache.flink.runtime.state.filesystem Modifier and Type Class Description class
RelativeFileStateHandle
AStreamStateHandle
for state that was written to a file stream.Methods in org.apache.flink.runtime.state.filesystem that return FileStateHandle Modifier and Type Method Description FileStateHandle
FileBasedStateOutputStream. closeAndGetHandle()
FileStateHandle
FsCompletedCheckpointStorageLocation. getMetadataHandle()
Constructors in org.apache.flink.runtime.state.filesystem with parameters of type FileStateHandle Constructor Description FsCompletedCheckpointStorageLocation(org.apache.flink.core.fs.FileSystem fs, org.apache.flink.core.fs.Path exclusiveCheckpointDir, FileStateHandle metadataFileHandle, String externalPointer)
-