|
PACS System 0.1.0
PACS DICOM system library
|
Hierarchical Storage Management (HSM) for multi-tier DICOM storage. More...
#include "hsm_types.h"#include "storage_interface.h"#include <memory>#include <shared_mutex>#include <unordered_map>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::storage::hsm_storage_config |
| Configuration for HSM storage. More... | |
| class | kcenon::pacs::storage::hsm_storage |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
Hierarchical Storage Management (HSM) for multi-tier DICOM storage.
This file provides the hsm_storage class which implements storage_interface by combining multiple storage backends into a tiered hierarchy. Data is automatically migrated between tiers based on configurable age policies.
Definition in file hsm_storage.h.