17 #ifndef __MASTER_CONTENDER_STANDALONE_HPP__ 18 #define __MASTER_CONTENDER_STANDALONE_HPP__ 44 void initialize(
const MasterInfo& masterInfo)
override;
60 #endif // __MASTER_CONTENDER_STANDALONE_HPP__ Definition: master.hpp:27
process::Future< process::Future< Nothing > > contend() override
Returns a Future<Nothing> once the contender has entered the contest (by obtaining a membership) and ...
StandaloneMasterContender()
Definition: standalone.hpp:37
An abstraction for contending to be a leading master.
Definition: contender.hpp:40
~StandaloneMasterContender() override
void initialize(const MasterInfo &masterInfo) override
Initializes the contender with the MasterInfo of the master it contends on behalf of...
Definition: standalone.hpp:34
Definition: future.hpp:58