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