Apache Mesos
Public Attributes | List of all members
mesos::allocator::FrameworkOptions Struct Reference

Per-framework allocator-specific options that are not part of FrameworkInfo. More...

#include <allocator.hpp>

Public Attributes

std::set< std::string > suppressedRoles
 The set of roles for which the allocator should not generate offers. More...
 
OfferConstraintsFilter offerConstraintsFilter
 The internal representation of framework's offer constraints. More...
 

Detailed Description

Per-framework allocator-specific options that are not part of FrameworkInfo.

Member Data Documentation

OfferConstraintsFilter mesos::allocator::FrameworkOptions::offerConstraintsFilter

The internal representation of framework's offer constraints.

std::set<std::string> mesos::allocator::FrameworkOptions::suppressedRoles

The set of roles for which the allocator should not generate offers.


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