17 #ifndef __MESOS_MODULE_DISK_PROFILE_ADAPTOR_HPP__ 18 #define __MESOS_MODULE_DISK_PROFILE_ADAPTOR_HPP__ 29 inline const char* kind<mesos::DiskProfileAdaptor>()
31 return "DiskProfileAdaptor";
39 const char* _moduleApiVersion,
40 const char* _mesosVersion,
41 const char* _authorName,
42 const char* _authorEmail,
43 const char* _description,
44 bool (*_compatible)(),
46 (*_create)(
const Parameters& parameters))
63 #endif // __MESOS_MODULE_DISK_PROFILE_ADAPTOR_HPP__ Definition: module.hpp:56
Module(const char *_moduleApiVersion, const char *_mesosVersion, const char *_authorName, const char *_authorEmail, const char *_description, bool(*_compatible)(), mesos::DiskProfileAdaptor *(*_create)(const Parameters ¶meters))
Definition: disk_profile_adaptor.hpp:38
This module is used by Storage Resource Providers to translate the "profile" field of a Resource::Dis...
Definition: disk_profile_adaptor.hpp:50
Try< Nothing > create(const std::string &hierarchy, const std::string &cgroup, bool recursive=false)
Definition: module.hpp:97