Class FsCheckpointStorageLocation

    • Constructor Detail

      • 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)