Data_deduplication_service
Service that will use hashes to deduplicate files
|
This is the complete list of members for file_services::FileService, including all inherited members.
checkConnection() | file_services::FileService | inline |
clearSegments() | file_services::FileService | |
dbDrop(std::string_view dbName) | file_services::FileService | inline |
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::FileService | inline |
executeInTransaction(ResType1(*call)(db_services::trasnactionType &, Args ...), Args &&... args) | file_services::FileService | inline |
executeInTransaction(const std::function< ResType1(db_services::trasnactionType &, Args ...)> &call, Args &&... args) | file_services::FileService | inline |
FileService()=default | file_services::FileService | |
getCoefficient() | file_services::FileService | |
getDataD() | file_services::FileService | |
indexType typedef | file_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 |