|
Apache Mesos
|
#include <string>#include <google/protobuf/repeated_field.h>#include <mesos/mesos.hpp>#include <mesos/quota/quota.hpp>#include <stout/error.hpp>#include <stout/hashset.hpp>#include <stout/option.hpp>#include <stout/try.hpp>#include "master/registrar.hpp"#include "master/registry.hpp"Go to the source code of this file.
Classes | |
| class | mesos::internal::master::quota::UpdateQuota |
| Sets quota for a role. More... | |
Namespaces | |
| mesos | |
| mesos::internal | |
| mesos::internal::master | |
| mesos::internal::master::quota | |
| mesos::internal::master::quota::validation | |
Functions | |
| mesos::quota::QuotaInfo | mesos::internal::master::quota::createQuotaInfo (const mesos::quota::QuotaRequest &request) |
Creates a QuotaInfo protobuf from the QuotaRequest protobuf. More... | |
| Option< Error > | mesos::internal::master::quota::validation::quotaInfo (const mesos::quota::QuotaInfo "aInfo) |
| Option< Error > | mesos::internal::master::quota::validate (const mesos::quota::QuotaRequest &request) |
A QuotaRequest is valid if the following conditions are met: More... | |
| Option< Error > | mesos::internal::master::quota::validate (const mesos::quota::QuotaConfig &config) |
A QuotaConfig is valid if the following conditions are met: More... | |
1.8.11