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(WorkflowFile *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(WorkflowFile *file, std::string absolute_path) | wrench::LogicalFileSystem | |
reserveSpace(WorkflowFile *file, std::string absolute_path) | wrench::LogicalFileSystem | |
storeFileInDirectory(WorkflowFile *file, std::string absolute_path) | wrench::LogicalFileSystem | |
unreserveSpace(WorkflowFile *file, std::string absolute_path) | wrench::LogicalFileSystem | |