Apache Mesos
Public Member Functions | Public Attributes | List of all members
mesos::Quota Struct Reference

#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 &quota) const
 
bool operator!= (const Quota &quota) const
 

Public Attributes

ResourceQuantities guarantees
 
ResourceLimits limits
 

Constructor & Destructor Documentation

mesos::Quota::Quota ( )
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)

Member Function Documentation

bool mesos::Quota::operator!= ( const Quota quota) const
bool mesos::Quota::operator== ( const Quota quota) const

Member Data Documentation

ResourceQuantities mesos::Quota::guarantees
ResourceLimits mesos::Quota::limits

The documentation for this struct was generated from the following file: