|
Apache Mesos
|
#include <stdint.h>#include <process/future.hpp>#include <process/shared.hpp>#include <stout/duration.hpp>#include <stout/interval.hpp>#include <stout/nothing.hpp>#include <stout/option.hpp>#include "log/network.hpp"#include "log/replica.hpp"Go to the source code of this file.
Namespaces | |
| mesos | |
| mesos::internal | |
| mesos::internal::log | |
Functions | |
| process::Future< Nothing > | mesos::internal::log::catchup (size_t quorum, const process::Shared< Replica > &replica, const process::Shared< Network > &network, const Option< uint64_t > &proposal, const IntervalSet< uint64_t > &positions, const Duration &timeout=Seconds(10)) |
| process::Future< uint64_t > | mesos::internal::log::catchup (size_t quorum, const process::Shared< Replica > &replica, const process::Shared< Network > &network, const Option< uint64_t > &proposal=None(), const Duration &timeout=Seconds(10)) |
1.8.5