|
Apache Mesos
|
#include <state.hpp>
Public Member Functions | |
| SlaveState () | |
Static Public Member Functions | |
| static Try< SlaveState > | recover (const std::string &rootDir, const SlaveID &slaveId, bool strict) |
Public Attributes | |
| SlaveID | id |
| Option< SlaveInfo > | info |
| hashmap< FrameworkID, FrameworkState > | frameworks |
| unsigned int | errors |
|
inline |
|
static |
| unsigned int mesos::internal::slave::state::SlaveState::errors |
| hashmap<FrameworkID, FrameworkState> mesos::internal::slave::state::SlaveState::frameworks |
| SlaveID mesos::internal::slave::state::SlaveState::id |
| Option<SlaveInfo> mesos::internal::slave::state::SlaveState::info |
1.8.5