FileUploadSessionStore

File-backed checkpoint store with atomic replacement and recovery backup.

Constructors

Link copied to clipboard
constructor(directory: File)

Functions

Link copied to clipboard
open override fun load(key: String): Map<String, Any?>?

Loads and validates a bounded checkpoint document.

Link copied to clipboard
open override fun remove(key: String)

Removes both the primary and recovery checkpoint.

Link copied to clipboard
open override fun save(key: String, value: Map<String, Any?>)

Atomically saves a bounded checkpoint document.