|
Apache Mesos
|
Pass in configuration to the allocator. More...
#include <allocator.hpp>
Public Attributes | |
| Duration | allocationInterval = Seconds(1) |
| Option< std::set< std::string > > | fairnessExcludeResourceNames = None() |
| bool | filterGpuResources = true |
| Option< DomainInfo > | domain = None() |
| Option< std::vector< ResourceQuantities > > | minAllocatableResources = None() |
| size_t | maxCompletedFrameworks = 0 |
| bool | publishPerFrameworkMetrics = true |
| Option< std::string > | readonlyHttpAuthenticationRealm |
| Option<::mesos::Authorizer * > | authorizer |
| Duration | recoveryTimeout = DEFAULT_ALLOCATOR_RECOVERY_TIMEOUT |
| double | agentRecoveryFactor = DEFAULT_ALLOCATOR_AGENT_RECOVERY_FACTOR |
Pass in configuration to the allocator.
| double mesos::allocator::Options::agentRecoveryFactor = DEFAULT_ALLOCATOR_AGENT_RECOVERY_FACTOR |
| Option<::mesos::Authorizer*> mesos::allocator::Options::authorizer |
| bool mesos::allocator::Options::filterGpuResources = true |
| size_t mesos::allocator::Options::maxCompletedFrameworks = 0 |
| Option<std::vector<ResourceQuantities> > mesos::allocator::Options::minAllocatableResources = None() |
| bool mesos::allocator::Options::publishPerFrameworkMetrics = true |
| Option<std::string> mesos::allocator::Options::readonlyHttpAuthenticationRealm |
| Duration mesos::allocator::Options::recoveryTimeout = DEFAULT_ALLOCATOR_RECOVERY_TIMEOUT |
1.8.11