List of all items
Structs
- ChunkSize
- FileChunk
- Pipeline
- PipelineStage
- ProcessingContext
- ProcessingMetrics
- SecurityContext
- application::commands::RestoreFileCommand
- application::commands::RestoreFileResult
- application::services::file_processor::StreamingFileProcessor
- application::services::pipeline::ConcurrentPipeline
- application::services::pipeline::PipelineChunkProcessor
- application::use_cases::benchmark_system::BenchmarkSystemUseCase
- application::use_cases::compare_files::CompareFilesUseCase
- application::use_cases::create_pipeline::CreatePipelineUseCase
- application::use_cases::delete_pipeline::DeletePipelineUseCase
- application::use_cases::list_pipelines::ListPipelinesUseCase
- application::use_cases::process_file::ProcessFileConfig
- application::use_cases::process_file::ProcessFileUseCase
- application::use_cases::show_pipeline::ShowPipelineUseCase
- application::use_cases::validate_config::ValidateConfigUseCase
- application::use_cases::validate_file::ValidateFileUseCase
- application::utilities::generic_result_builder::GenericProcessingResult
- application::utilities::generic_result_builder::GenericResultBuilder
- application::utilities::generic_service_base::GenericServiceBase
- application::utilities::generic_service_base::ServiceMetadata
- infrastructure::adapters::async_checksum::AsyncChecksumAdapter
- infrastructure::adapters::async_compression::AsyncCompressionAdapter
- infrastructure::adapters::async_encryption::AsyncEncryptionAdapter
- infrastructure::adapters::chunk_processor_adapters::AdapterConfig
- infrastructure::adapters::chunk_processor_adapters::CompressionAdapterConfig
- infrastructure::adapters::chunk_processor_adapters::CompressionChunkAdapter
- infrastructure::adapters::chunk_processor_adapters::EncryptionAdapterConfig
- infrastructure::adapters::chunk_processor_adapters::EncryptionChunkAdapter
- infrastructure::adapters::chunk_processor_adapters::ServiceAdapterFactory
- infrastructure::adapters::chunk_processor_adapters::ServiceChunkAdapter
- infrastructure::adapters::compression::MultiAlgoCompression
- infrastructure::adapters::encryption::MultiAlgoEncryption
- infrastructure::adapters::file_io::TokioFileIO
- infrastructure::config::config_service::AlertSettings
- infrastructure::config::config_service::ConfigService
- infrastructure::config::config_service::HealthCheckSettings
- infrastructure::config::config_service::LoggingSettings
- infrastructure::config::config_service::MetricsSettings
- infrastructure::config::config_service::ObservabilityConfig
- infrastructure::config::config_service::ObservabilitySettings
- infrastructure::config::config_service::TracingSettings
- infrastructure::config::generic_config_manager::ConfigChangeEvent
- infrastructure::config::generic_config_manager::ConfigValidationError
- infrastructure::config::generic_config_manager::ConfigValidationResult
- infrastructure::config::generic_config_manager::ConfigValidationWarning
- infrastructure::config::generic_config_manager::EnvConfigSource
- infrastructure::config::generic_config_manager::FileConfigSource
- infrastructure::config::generic_config_manager::GenericConfigManager
- infrastructure::config::rayon_config::RayonPoolManager
- infrastructure::logging::observability::Alert
- infrastructure::logging::observability::AlertThresholds
- infrastructure::logging::observability::ObservabilityService
- infrastructure::logging::observability::OperationTracker
- infrastructure::logging::observability::PerformanceTracker
- infrastructure::logging::observability::SystemHealth
- infrastructure::metrics::concurrency_metrics::ConcurrencyMetrics
- infrastructure::metrics::concurrency_metrics::Histogram
- infrastructure::metrics::endpoint::MetricsEndpoint
- infrastructure::metrics::generic_collector::GenericMetricsCollector
- infrastructure::metrics::generic_collector::MetricEntry
- infrastructure::metrics::observer::MetricsObserver
- infrastructure::metrics::service::MetricsService
- infrastructure::repositories::sqlite_pipeline::SqlitePipelineRepository
- infrastructure::runtime::resource_manager::GlobalResourceManager
- infrastructure::runtime::resource_manager::ResourceConfig
- infrastructure::runtime::stage_executor::BasicStageExecutor
- infrastructure::services::base64_encoding::Base64Config
- infrastructure::services::base64_encoding::Base64EncodingService
- infrastructure::services::binary_format::AdapipeFormat
- infrastructure::services::binary_format::BufferedBinaryWriter
- infrastructure::services::binary_format::StreamingBinaryReader
- infrastructure::services::binary_format::StreamingBinaryWriter
- infrastructure::services::binary_format::TransactionalBinaryWriter
- infrastructure::services::binary_format::ValidationResult
- infrastructure::services::debug::DebugConfig
- infrastructure::services::debug::DebugService
- infrastructure::services::passthrough::PassThroughConfig
- infrastructure::services::passthrough::PassThroughService
- infrastructure::services::pii_masking::PiiMaskingConfig
- infrastructure::services::pii_masking::PiiMaskingService
- infrastructure::services::progress_indicator::ProgressIndicatorService
- infrastructure::services::tee::TeeConfig
- infrastructure::services::tee::TeeService
Enums
- PipelineError
- SecurityLevel
- infrastructure::logging::observability::AlertSeverity
- infrastructure::logging::observability::HealthStatus
- infrastructure::runtime::resource_manager::StorageType
- infrastructure::services::base64_encoding::Base64Variant
- infrastructure::services::pii_masking::PiiPattern
- infrastructure::services::tee::TeeFormat
Traits
- application::utilities::generic_result_builder::OperationResult
- application::utilities::generic_service_base::ServiceConfig
- application::utilities::generic_service_base::ServiceLifecycle
- application::utilities::generic_service_base::ServiceMetrics
- application::utilities::generic_service_base::ServiceStats
- infrastructure::config::generic_config_manager::ConfigChangeListener
- infrastructure::config::generic_config_manager::ConfigSource
- infrastructure::config::generic_config_manager::ConfigValidation
- infrastructure::metrics::generic_collector::CollectibleMetrics
- infrastructure::metrics::generic_collector::MetricsEnabled
- infrastructure::services::binary_format::BinaryFormatReader
- infrastructure::services::binary_format::BinaryFormatService
- infrastructure::services::binary_format::BinaryFormatWriter
Macros
Functions
- application::use_cases::restore_file::create_restoration_pipeline
- infrastructure::repositories::schema::create_database_if_missing
- infrastructure::repositories::schema::ensure_schema
- infrastructure::repositories::schema::initialize_database
- infrastructure::runtime::resource_manager::init_resource_manager
- infrastructure::runtime::resource_manager::resource_manager
- infrastructure::runtime::supervisor::join_supervised
- infrastructure::runtime::supervisor::spawn_supervised
Type Aliases
- application::utilities::generic_result_builder::CompressionGenericResult
- application::utilities::generic_result_builder::CompressionResultBuilder
- application::utilities::generic_result_builder::EncryptionGenericResult
- application::utilities::generic_result_builder::EncryptionResultBuilder
- application::utilities::generic_result_builder::FileProcessingGenericResult
- application::utilities::generic_result_builder::FileProcessingResultBuilder
- infrastructure::runtime::supervisor::AppResult