Apache Mesos
mesos::internal::master::UpdateSlave Member List

This is the complete list of members for mesos::internal::master::UpdateSlave, including all inherited members.

associate(const Future< bool > &future)process::Promise< bool >
discard()process::Promise< bool >
fail(const std::string &message)process::Promise< bool >
future() constprocess::Promise< bool >
operator()(Registry *registry, hashset< SlaveID > *slaveIDs)mesos::internal::master::RegistryOperationinline
operator=(Promise &&)=defaultprocess::Promise< bool >
operator=(const Promise &)=deleteprocess::Promise< bool >
perform(Registry *registry, hashset< SlaveID > *slaveIDs) overridemesos::internal::master::UpdateSlaveprotectedvirtual
Promise()process::Promise< bool >
Promise(const bool &t)process::Promise< bool >explicit
Promise(Promise &&that)=defaultprocess::Promise< bool >
Promise(const Promise &that)=deleteprocess::Promise< bool >
set()mesos::internal::master::RegistryOperationinline
Promise< bool >::set(const bool &_t)process::Promise< bool >
Promise< bool >::set(bool &&_t)process::Promise< bool >
Promise< bool >::set(const Future< bool > &future)process::Promise< bool >
UpdateSlave(const SlaveInfo &_info)mesos::internal::master::UpdateSlaveexplicit
~Promise()process::Promise< bool >virtual