|
PACS System 0.1.0
PACS DICOM system library
|
Background migration service for Hierarchical Storage Management. More...
#include "hsm_storage.h"#include "hsm_types.h"#include <atomic>#include <chrono>#include <condition_variable>#include <functional>#include <memory>#include <mutex>#include <optional>#include <string>#include <thread>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::storage::migration_service_config |
| Configuration for the migration service. More... | |
| class | kcenon::pacs::storage::hsm_migration_service |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| namespace | kcenon::logger |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
Background migration service for Hierarchical Storage Management.
This file provides the hsm_migration_service class which manages automatic background migration of DICOM instances between storage tiers based on configurable age policies.
Definition in file hsm_migration_service.h.