|
Apache Mesos
|
Functions | |
| Try< Nothing > | schedule (const mesos::maintenance::Schedule &schedule, const hashmap< MachineID, Machine > &machines) |
| Performs the following checks on the new maintenance schedule: More... | |
| Try< Nothing > | unavailability (const Unavailability &unavailability) |
| Try< Nothing > | machines (const google::protobuf::RepeatedPtrField< MachineID > &ids) |
| Performs the following checks on a list of machines: More... | |
| Try< Nothing > | machine (const MachineID &id) |
| Performs the following checks on a single machine: More... | |
Performs the following checks on a single machine:
| Try<Nothing> mesos::internal::master::maintenance::validation::machines | ( | const google::protobuf::RepeatedPtrField< MachineID > & | ids | ) |
Performs the following checks on a list of machines:
machine method below. | Try<Nothing> mesos::internal::master::maintenance::validation::schedule | ( | const mesos::maintenance::Schedule & | schedule, |
| const hashmap< MachineID, Machine > & | machines | ||
| ) |
Performs the following checks on the new maintenance schedule:
unavailability method below.DOWN machines are present in the schedule.machine method below.
1.8.11