1.8
Overview
Installation
Getting Started
WRENCH 101
WRENCH 102
APIs Reference
User
Developer
Internal
wrench
LogicalFileSystem
wrench::LogicalFileSystem Member List
This is the complete list of members for
wrench::LogicalFileSystem
, including all inherited members.
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