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 classRelativeFileStateHandleAStreamStateHandlefor state that was written to a file stream.Methods in org.apache.flink.runtime.state.filesystem that return FileStateHandle Modifier and Type Method Description FileStateHandleFileBasedStateOutputStream. closeAndGetHandle()FileStateHandleFsCompletedCheckpointStorageLocation. 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)
-