CAPIO-CL 1.2.0
CAPIO-CL: Cross Application Programmable I/O - Coordination Language
Loading...
Searching...
No Matches
capiocl::engine::Engine Member List

This is the complete list of members for capiocl::engine::Engine, including all inherited members.

add(std::filesystem::path &path, std::vector< std::string > &producers, std::vector< std::string > &consumers, const std::string &commit_rule, const std::string &fire_rule, bool permanent, bool exclude, std::vector< std::filesystem::path > &dependencies)capiocl::engine::Engine
addConsumer(const std::filesystem::path &path, std::string &consumer)capiocl::engine::Engine
addFileDependency(const std::filesystem::path &path, std::filesystem::path &file_dependency)capiocl::engine::Engine
addProducer(const std::filesystem::path &path, std::string &producer)capiocl::engine::Engine
contains(const std::filesystem::path &file) constcapiocl::engine::Engine
Engine(bool use_default_settings=true)capiocl::engine::Engineexplicit
getCommitCloseCount(const std::filesystem::path::iterator::reference &path) constcapiocl::engine::Engine
getCommitOnFileDependencies(const std::filesystem::path &path) constcapiocl::engine::Engine
getCommitRule(const std::filesystem::path &path) constcapiocl::engine::Engine
getConsumers(const std::filesystem::path &path) constcapiocl::engine::Engine
getDirectoryFileCount(const std::filesystem::path &path) constcapiocl::engine::Engine
getFileToStoreInMemory() constcapiocl::engine::Engine
getFireRule(const std::filesystem::path &path) constcapiocl::engine::Engine
getHomeNode(const std::filesystem::path &path) constcapiocl::engine::Engine
getPaths() constcapiocl::engine::Engine
getProducers(const std::filesystem::path &path) constcapiocl::engine::Engine
getWorkflowName() constcapiocl::engine::Engine
isCommitted(const std::filesystem::path &path) constcapiocl::engine::Engine
isConsumer(const std::filesystem::path &path, const std::string &app_name) constcapiocl::engine::Engine
isDirectory(const std::filesystem::path &path) constcapiocl::engine::Engine
isExcluded(const std::filesystem::path &path) constcapiocl::engine::Engine
isFile(const std::filesystem::path &path) constcapiocl::engine::Engine
isFirable(const std::filesystem::path &path) constcapiocl::engine::Engine
isPermanent(const std::filesystem::path &path) constcapiocl::engine::Engine
isProducer(const std::filesystem::path &path, const std::string &app_name) constcapiocl::engine::Engine
isStoredInMemory(const std::filesystem::path &path) constcapiocl::engine::Engine
loadConfiguration(const std::string &path)capiocl::engine::Engine
newFile(const std::filesystem::path &path)capiocl::engine::Engine
operator==(const Engine &other) constcapiocl::engine::Engine
print() constcapiocl::engine::Engine
remove(const std::filesystem::path &path) constcapiocl::engine::Engine
serializer::Serializer (defined in capiocl::engine::Engine)capiocl::engine::Enginefriend
setAllStoreInMemory()capiocl::engine::Engine
setCommitedCloseNumber(const std::filesystem::path &path, long num)capiocl::engine::Engine
setCommitRule(const std::filesystem::path &path, const std::string &commit_rule)capiocl::engine::Engine
setCommitted(const std::filesystem::path &path) constcapiocl::engine::Engine
setDirectory(const std::filesystem::path &path)capiocl::engine::Engine
setDirectoryFileCount(const std::filesystem::path &path, long num)capiocl::engine::Engine
setExclude(const std::filesystem::path &path, bool value)capiocl::engine::Engine
setFile(const std::filesystem::path &path)capiocl::engine::Engine
setFileDeps(const std::filesystem::path &path, const std::vector< std::filesystem::path > &dependencies)capiocl::engine::Engine
setFireRule(const std::filesystem::path &path, const std::string &fire_rule)capiocl::engine::Engine
setHomeNode(const std::filesystem::path &path) constcapiocl::engine::Engine
setPermanent(const std::filesystem::path &path, bool value)capiocl::engine::Engine
setStoreFileInFileSystem(const std::filesystem::path &path)capiocl::engine::Engine
setStoreFileInMemory(const std::filesystem::path &path)capiocl::engine::Engine
setWorkflowName(const std::string &name)capiocl::engine::Engine
size() constcapiocl::engine::Engine
useDefaultConfiguration()capiocl::engine::Engine