Apache Mesos
mesos::allocator::Allocator Member List

This is the complete list of members for mesos::allocator::Allocator, including all inherited members.

activateFramework(const FrameworkID &frameworkId)=0mesos::allocator::Allocatorpure virtual
activateSlave(const SlaveID &slaveId)=0mesos::allocator::Allocatorpure virtual
addFramework(const FrameworkID &frameworkId, const FrameworkInfo &frameworkInfo, const hashmap< SlaveID, Resources > &used, bool active, FrameworkOptions &&options)=0mesos::allocator::Allocatorpure virtual
addResourceProvider(const SlaveID &slave, const Resources &total, const hashmap< FrameworkID, Resources > &used)=0mesos::allocator::Allocatorpure virtual
addSlave(const SlaveID &slaveId, const SlaveInfo &slaveInfo, const std::vector< SlaveInfo::Capability > &capabilities, const Option< Unavailability > &unavailability, const Resources &total, const hashmap< FrameworkID, Resources > &used)=0mesos::allocator::Allocatorpure virtual
Allocator()mesos::allocator::Allocatorinline
create(const std::string &name, const std::string &roleSorter, const std::string &frameworkSorter)mesos::allocator::Allocatorstatic
deactivateFramework(const FrameworkID &frameworkId)=0mesos::allocator::Allocatorpure virtual
deactivateSlave(const SlaveID &slaveId)=0mesos::allocator::Allocatorpure virtual
getInverseOfferStatuses()=0mesos::allocator::Allocatorpure virtual
initialize(const Options &options, const lambda::function< void(const FrameworkID &, const hashmap< std::string, hashmap< SlaveID, Resources >> &)> &offerCallback, const lambda::function< void(const FrameworkID &, const hashmap< SlaveID, UnavailableResources > &)> &inverseOfferCallback)=0mesos::allocator::Allocatorpure virtual
pause()=0mesos::allocator::Allocatorpure virtual
recover(const int expectedAgentCount, const hashmap< std::string, Quota > &quotas)=0mesos::allocator::Allocatorpure virtual
recoverResources(const FrameworkID &frameworkId, const SlaveID &slaveId, const Resources &resources, const Option< Filters > &filters, bool isAllocated)=0mesos::allocator::Allocatorpure virtual
removeFramework(const FrameworkID &frameworkId)=0mesos::allocator::Allocatorpure virtual
removeSlave(const SlaveID &slaveId)=0mesos::allocator::Allocatorpure virtual
requestResources(const FrameworkID &frameworkId, const std::vector< Request > &requests)=0mesos::allocator::Allocatorpure virtual
resume()=0mesos::allocator::Allocatorpure virtual
reviveOffers(const FrameworkID &frameworkId, const std::set< std::string > &roles)=0mesos::allocator::Allocatorpure virtual
suppressOffers(const FrameworkID &frameworkId, const std::set< std::string > &roles)=0mesos::allocator::Allocatorpure virtual
transitionOfferedToAllocated(const SlaveID &slaveId, const Resources &resources)=0mesos::allocator::Allocatorpure virtual
updateAllocation(const FrameworkID &frameworkId, const SlaveID &slaveId, const Resources &offeredResources, const std::vector< ResourceConversion > &conversions)=0mesos::allocator::Allocatorpure virtual
updateAvailable(const SlaveID &slaveId, const std::vector< Offer::Operation > &operations)=0mesos::allocator::Allocatorpure virtual
updateFramework(const FrameworkID &frameworkId, const FrameworkInfo &frameworkInfo, FrameworkOptions &&options)=0mesos::allocator::Allocatorpure virtual
updateInverseOffer(const SlaveID &slaveId, const FrameworkID &frameworkId, const Option< UnavailableResources > &unavailableResources, const Option< InverseOfferStatus > &status, const Option< Filters > &filters=None())=0mesos::allocator::Allocatorpure virtual
updateQuota(const std::string &role, const Quota &quota)=0mesos::allocator::Allocatorpure virtual
updateSlave(const SlaveID &slave, const SlaveInfo &slaveInfo, const Option< Resources > &total=None(), const Option< std::vector< SlaveInfo::Capability >> &capabilities=None())=0mesos::allocator::Allocatorpure virtual
updateUnavailability(const SlaveID &slaveId, const Option< Unavailability > &unavailability)=0mesos::allocator::Allocatorpure virtual
updateWeights(const std::vector< WeightInfo > &weightInfos)=0mesos::allocator::Allocatorpure virtual
updateWhitelist(const Option< hashset< std::string >> &whitelist)=0mesos::allocator::Allocatorpure virtual
~Allocator()mesos::allocator::Allocatorinlinevirtual