Apache Mesos
|
#include <quota.hpp>
Public Member Functions | |
Quota () | |
Quota (const mesos::quota::QuotaConfig &config) | |
Quota (const mesos::quota::QuotaInfo &info) | |
Quota (const mesos::quota::QuotaRequest &request) | |
bool | operator== (const Quota "a) const |
bool | operator!= (const Quota "a) const |
Public Attributes | |
ResourceQuantities | guarantees |
ResourceLimits | limits |
|
inline |
mesos::Quota::Quota | ( | const mesos::quota::QuotaConfig & | config | ) |
mesos::Quota::Quota | ( | const mesos::quota::QuotaInfo & | info | ) |
mesos::Quota::Quota | ( | const mesos::quota::QuotaRequest & | request | ) |
bool mesos::Quota::operator!= | ( | const Quota & | quota | ) | const |
bool mesos::Quota::operator== | ( | const Quota & | quota | ) | const |
ResourceQuantities mesos::Quota::guarantees |
ResourceLimits mesos::Quota::limits |