Package fr.gouv.vitam.storage.cold.server.simulator.service.filesystem


package fr.gouv.vitam.storage.cold.server.simulator.service.filesystem
  • Class
    Description
    Manages filesystem directories for INA Responsible for: - Creating and managing exchange directories - Providing paths to write, read, and markers directories
    Manages marker files for tracking operation states Marker files indicate the state of write/read operations: - .WRITE_OK: File fully written by proxy ==> available for INA for read - .READ_REQUEST: File read request emitted by the proxy - .READ_OK: Requested file is fully written by INA, and is available for read for the proxy - .READ_KO_NOT_FOUND: Requested file does not exist