Go to the source code of this file.
|
process::Future< PromiseResponse > | mesos::internal::log::promise (size_t quorum, const process::Shared< Network > &network, uint64_t proposal, const Option< uint64_t > &position=None()) |
|
process::Future< WriteResponse > | mesos::internal::log::write (size_t quorum, const process::Shared< Network > &network, uint64_t proposal, const Action &action) |
|
process::Future< Nothing > | mesos::internal::log::learn (const process::Shared< Network > &network, const Action &action) |
|
process::Future< Action > | mesos::internal::log::fill (size_t quorum, const process::Shared< Network > &network, uint64_t proposal, uint64_t position) |
|