#include <sorter.hpp>
| Enumerator |
|---|
| ACTIVE_LEAF |
|
| INACTIVE_LEAF |
|
| INTERNAL |
|
| mesos::internal::master::allocator::DRFSorter::Node::Node |
( |
const std::string & |
_name, |
|
|
Kind |
_kind, |
|
|
Node * |
_parent |
|
) |
| |
|
inline |
| mesos::internal::master::allocator::DRFSorter::Node::~Node |
( |
| ) |
|
|
inline |
| void mesos::internal::master::allocator::DRFSorter::Node::addChild |
( |
Node * |
child | ) |
|
|
inline |
| const std::string& mesos::internal::master::allocator::DRFSorter::Node::clientPath |
( |
| ) |
const |
|
inline |
| static bool mesos::internal::master::allocator::DRFSorter::Node::compareDRF |
( |
const Node * |
left, |
|
|
const Node * |
right |
|
) |
| |
|
inlinestatic |
| bool mesos::internal::master::allocator::DRFSorter::Node::isLeaf |
( |
| ) |
const |
|
inline |
| void mesos::internal::master::allocator::DRFSorter::Node::removeChild |
( |
const Node * |
child | ) |
|
|
inline |
| std::vector<Node*> mesos::internal::master::allocator::DRFSorter::Node::children |
| Kind mesos::internal::master::allocator::DRFSorter::Node::kind |
| std::string mesos::internal::master::allocator::DRFSorter::Node::name |
| Node* mesos::internal::master::allocator::DRFSorter::Node::parent |
| std::string mesos::internal::master::allocator::DRFSorter::Node::path |
| double mesos::internal::master::allocator::DRFSorter::Node::share |
| Option<double> mesos::internal::master::allocator::DRFSorter::Node::weight |
|
mutable |
The documentation for this struct was generated from the following file: