PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
hsm_storage.h File Reference

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>
Include dependency graph for hsm_storage.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.

See also
SRS-STOR-010, FR-4.5 (Hierarchical Storage Management)
Author
kcenon
Since
1.0.0

Definition in file hsm_storage.h.