|
Apache Mesos
|
#include <volume_gid_manager.hpp>
Public Member Functions | |
| ~VolumeGidManager () | |
| process::Future< Nothing > | recover (bool rebooted) const |
| process::Future< gid_t > | allocate (const std::string &path, VolumeGidInfo::Type type) const |
| process::Future< Nothing > | deallocate (const std::string &path) const |
Static Public Member Functions | |
| static Try< VolumeGidManager * > | create (const Flags &flags) |
| mesos::internal::slave::VolumeGidManager::~VolumeGidManager | ( | ) |
| process::Future<gid_t> mesos::internal::slave::VolumeGidManager::allocate | ( | const std::string & | path, |
| VolumeGidInfo::Type | type | ||
| ) | const |
|
static |
| process::Future<Nothing> mesos::internal::slave::VolumeGidManager::deallocate | ( | const std::string & | path | ) | const |
| process::Future<Nothing> mesos::internal::slave::VolumeGidManager::recover | ( | bool | rebooted | ) | const |
1.8.11