Class FsCheckpointStorageLocation

java.lang.Object
org.apache.flink.runtime.state.filesystem.FsCheckpointStreamFactory
org.apache.flink.runtime.state.filesystem.FsCheckpointStorageLocation
All Implemented Interfaces:
CheckpointStorageLocation, CheckpointStreamFactory
Direct Known Subclasses:
FsMergingCheckpointStorageLocation

public class FsCheckpointStorageLocation extends FsCheckpointStreamFactory implements CheckpointStorageLocation
A storage location for checkpoints on a file system.
  • Constructor Details

    • FsCheckpointStorageLocation

      public FsCheckpointStorageLocation(org.apache.flink.core.fs.FileSystem fileSystem, org.apache.flink.core.fs.Path checkpointDir, org.apache.flink.core.fs.Path sharedStateDir, org.apache.flink.core.fs.Path taskOwnedStateDir, CheckpointStorageLocationReference reference, int fileStateSizeThreshold, int writeBufferSize)
  • Method Details