Class FsCompletedCheckpointStorageLocation

java.lang.Object
org.apache.flink.runtime.state.filesystem.FsCompletedCheckpointStorageLocation
All Implemented Interfaces:
Serializable, CompletedCheckpointStorageLocation

public class FsCompletedCheckpointStorageLocation extends Object implements CompletedCheckpointStorageLocation
A CompletedCheckpointStorageLocation that resides on a file system. This location is internally represented through the checkpoint directory plus the metadata file.
See Also: