FilePersistenceStorageProvider

constructor(fs: FileSystemProvider.ReadWrite<Path>, root: Path, json: Json = PersistenceUtils.defaultCheckpointJson)(source)

Parameters

fs

A file system provider enabling read and write operations for file storage.

root

Root file path where the checkpoint storage will organize data.

Type Parameters

Path

Type representing the file path in the storage system.