Apache Mesos
Public Member Functions | Protected Member Functions | List of all members
mesos::internal::master::maintenance::StartMaintenance Class Reference

Transitions a group of machines from DRAINING mode into DOWN mode. More...

#include <maintenance.hpp>

Inheritance diagram for mesos::internal::master::maintenance::StartMaintenance:
mesos::internal::master::RegistryOperation process::Promise< bool >

Public Member Functions

 StartMaintenance (const google::protobuf::RepeatedPtrField< MachineID > &_ids)
 
- Public Member Functions inherited from mesos::internal::master::RegistryOperation
Try< bool > operator() (Registry *registry, hashset< SlaveID > *slaveIDs)
 
bool set ()
 
- Public Member Functions inherited from process::Promise< bool >
 Promise ()
 
 Promise (const bool &t)
 
 Promise (Promise &&that)=default
 
 Promise (const Promise &that)=delete
 
virtual ~Promise ()
 
Promiseoperator= (Promise &&)=default
 
Promiseoperator= (const Promise &)=delete
 
bool discard ()
 
bool set (const bool &_t)
 
bool set (bool &&_t)
 
bool set (const Future< bool > &future)
 
bool associate (const Future< bool > &future)
 
bool fail (const std::string &message)
 
Future< bool > future () const
 

Protected Member Functions

Try< bool > perform (Registry *registry, hashset< SlaveID > *slaveIDs) override
 

Detailed Description

Transitions a group of machines from DRAINING mode into DOWN mode.

All machines must be part of a maintenance schedule prior to executing this operation.

TODO(josephw): Allow a transition from UP to DOWN.

Constructor & Destructor Documentation

mesos::internal::master::maintenance::StartMaintenance::StartMaintenance ( const google::protobuf::RepeatedPtrField< MachineID > &  _ids)
explicit

Member Function Documentation

Try<bool> mesos::internal::master::maintenance::StartMaintenance::perform ( Registry *  registry,
hashset< SlaveID > *  slaveIDs 
)
overrideprotectedvirtual

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