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

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>
Include dependency graph for hsm_migration_service.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::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
 

Detailed Description

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.

See also
SRS-STOR-011, FR-4.5 (HSM Migration Service)
Author
kcenon
Since
1.0.0

Definition in file hsm_migration_service.h.