Package-level declarations

Types

Link copied to clipboard
open class FilePersistenceStorageProvider<Path> @JvmOverloads constructor(fs: FileSystemProvider.ReadWrite<Path>, root: Path, json: Json = PersistenceUtils.defaultCheckpointJson) : PersistenceStorageProvider<AgentCheckpointPredicateFilter>

A file-based implementation of PersistenceStorageProvider that stores agent checkpoints in a file system.

Link copied to clipboard
class JVMFilePersistenceStorageProvider @JvmOverloads constructor(root: Path, json: Json = PersistenceUtils.defaultCheckpointJson) : FilePersistenceStorageProvider<Path>

A JVM-specific implementation of FilePersistenceStorageProvider for managing agent checkpoints in a file system.