createDirectory(std::string absolute_path) | wrench::LogicalFileSystem | |
doesDirectoryExist(std::string absolute_path) | wrench::LogicalFileSystem | |
getFreeSpace() | wrench::LogicalFileSystem | |
getTotalCapacity() | wrench::LogicalFileSystem | |
hasEnoughFreeSpace(double bytes) | wrench::LogicalFileSystem | |
init() | wrench::LogicalFileSystem | |
isDirectoryEmpty(std::string absolute_path) | wrench::LogicalFileSystem | |
isFileInDirectory(std::shared_ptr< DataFile >file, std::string absolute_path) | wrench::LogicalFileSystem | |
listFilesInDirectory(std::string absolute_path) | wrench::LogicalFileSystem | |
LogicalFileSystem(std::string hostname, StorageService *storage_service, std::string mount_point) | wrench::LogicalFileSystem | explicit |
removeAllFilesInDirectory(std::string absolute_path) | wrench::LogicalFileSystem | |
removeEmptyDirectory(std::string absolute_path) | wrench::LogicalFileSystem | |
removeFileFromDirectory(std::shared_ptr< DataFile >file, std::string absolute_path) | wrench::LogicalFileSystem | |
reserveSpace(std::shared_ptr< DataFile >file, std::string absolute_path) | wrench::LogicalFileSystem | |
storeFileInDirectory(std::shared_ptr< DataFile >file, std::string absolute_path) | wrench::LogicalFileSystem | |
unreserveSpace(std::shared_ptr< DataFile >file, std::string absolute_path) | wrench::LogicalFileSystem | |