Uses of Class
org.apache.flink.runtime.state.filesystem.FsCompletedCheckpointStorageLocation
-
Packages that use FsCompletedCheckpointStorageLocation Package Description org.apache.flink.runtime.state.filesystem -
-
Uses of FsCompletedCheckpointStorageLocation in org.apache.flink.runtime.state.filesystem
Methods in org.apache.flink.runtime.state.filesystem that return FsCompletedCheckpointStorageLocation Modifier and Type Method Description FsCompletedCheckpointStorageLocationFsCheckpointMetadataOutputStream. closeAndFinalizeCheckpoint()static FsCompletedCheckpointStorageLocationAbstractFsCheckpointStorageAccess. resolveCheckpointPointer(String checkpointPointer)Takes the given string (representing a pointer to a checkpoint) and resolves it to a file status for the checkpoint's metadata file.
-