Data_deduplication_service
Service that will use hashes to deduplicate files
file_services::FileService Member List

This is the complete list of members for file_services::FileService, including all inherited members.

checkConnection()file_services::FileServiceinline
clearSegments()file_services::FileService
dbDrop(std::string_view dbName)file_services::FileServiceinline
dbLoad(std::string_view dbName, std::string_view configurationFile=db_services::cfileName)file_services::FileService
dbLoad(db_services::myConnString &cStr)file_services::FileService
deleteDirectory(std::string_view dirPath)file_services::FileService
deleteFile(std::string_view filePath)file_services::FileService
disconnect()file_services::FileServiceinline
executeInTransaction(ResType1(*call)(db_services::trasnactionType &, Args ...), Args &&... args)file_services::FileServiceinline
executeInTransaction(const std::function< ResType1(db_services::trasnactionType &, Args ...)> &call, Args &&... args)file_services::FileServiceinline
FileService()=defaultfile_services::FileService
getCoefficient()file_services::FileService
getDataD()file_services::FileService
indexType typedeffile_services::FileService
insertDirEntry(std::string_view dirPath)file_services::FileService
loadDirectory(std::string_view fromDir, std::string_view toDir)file_services::FileService
loadFile(std::string_view fromFile, std::string_view toFile, indexType fileId=paramType::EmptyParameterValue)file_services::FileService
processDirectory(std::string_view dirPath, size_t segmentSize, const hash_function &hash=SHA_256)file_services::FileService
processFile(std::string_view filePath, size_t segmentSize, const hash_function &hash=SHA_256)file_services::FileService