Apache Mesos
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
mesos::internal::slave::state::FrameworkState Struct Reference

#include <state.hpp>

Public Member Functions

 FrameworkState ()
 

Static Public Member Functions

static Try< FrameworkStaterecover (const std::string &rootDir, const SlaveID &slaveId, const FrameworkID &frameworkId, bool strict, bool rebooted)
 

Public Attributes

FrameworkID id
 
Option< FrameworkInfo > info
 
Option< process::UPIDpid
 
hashmap< ExecutorID, ExecutorStateexecutors
 
unsigned int errors
 

Constructor & Destructor Documentation

mesos::internal::slave::state::FrameworkState::FrameworkState ( )
inline

Member Function Documentation

static Try<FrameworkState> mesos::internal::slave::state::FrameworkState::recover ( const std::string &  rootDir,
const SlaveID &  slaveId,
const FrameworkID &  frameworkId,
bool  strict,
bool  rebooted 
)
static

Member Data Documentation

unsigned int mesos::internal::slave::state::FrameworkState::errors
hashmap<ExecutorID, ExecutorState> mesos::internal::slave::state::FrameworkState::executors
FrameworkID mesos::internal::slave::state::FrameworkState::id
Option<FrameworkInfo> mesos::internal::slave::state::FrameworkState::info
Option<process::UPID> mesos::internal::slave::state::FrameworkState::pid

The documentation for this struct was generated from the following file: