Apache Mesos
|
Namespaces | |
internal | |
Classes | |
struct | ExecutorState |
struct | FrameworkState |
struct | ResourcesState |
struct | RunState |
struct | SlaveState |
struct | State |
struct | TaskState |
Functions | |
Try< State > | recover (const std::string &rootDir, bool strict) |
template<typename T > | |
Result< T > | read (const std::string &path) |
template<> | |
Result< std::string > | read< std::string > (const std::string &path) |
template<> | |
Result< Resources > | read< Resources > (const std::string &path) |
template<typename T > | |
Try< Nothing > | checkpoint (const std::string &path, const T &t, bool sync=false, bool downgrade=true) |
Try<Nothing> mesos::internal::slave::state::checkpoint | ( | const std::string & | path, |
const T & | t, | ||
bool | sync = false , |
||
bool | downgrade = true |
||
) |
Result<T> mesos::internal::slave::state::read | ( | const std::string & | path | ) |
|
inline |
|
inline |