Apache Mesos
|
Namespaces | |
internal | |
Classes | |
class | DRFSorter |
class | HierarchicalAllocatorProcess |
class | MesosAllocator |
class | MesosAllocatorProcess |
struct | Metrics |
class | RandomSorter |
class | Sorter |
Functions | |
template<class RandomAccessIterator , class URBG > | |
void | weightedShuffle (RandomAccessIterator begin, RandomAccessIterator end, const std::vector< double > &weights, URBG &&urbg) |
typedef MesosAllocator<HierarchicalDRFAllocatorProcess> mesos::internal::master::allocator::HierarchicalDRFAllocator |
typedef HierarchicalAllocatorProcess<DRFSorter, DRFSorter> mesos::internal::master::allocator::HierarchicalDRFAllocatorProcess |
typedef MesosAllocator<HierarchicalRandomAllocatorProcess> mesos::internal::master::allocator::HierarchicalRandomAllocator |
typedef HierarchicalAllocatorProcess<RandomSorter, RandomSorter> mesos::internal::master::allocator::HierarchicalRandomAllocatorProcess |
void mesos::internal::master::allocator::weightedShuffle | ( | RandomAccessIterator | begin, |
RandomAccessIterator | end, | ||
const std::vector< double > & | weights, | ||
URBG && | urbg | ||
) |