Apache Mesos
Classes | Namespaces | Functions
allocator.hpp File Reference
#include <iosfwd>
#include <memory>
#include <set>
#include <mesos/resources.hpp>
#include <process/future.hpp>
#include <stout/nothing.hpp>
#include <stout/try.hpp>
#include "slave/flags.hpp"

Go to the source code of this file.

Classes

struct  mesos::internal::slave::Gpu
 
class  mesos::internal::slave::NvidiaGpuAllocator
 

Namespaces

 mesos
 
 mesos::internal
 
 mesos::internal::slave
 

Functions

bool mesos::internal::slave::operator< (const Gpu &left, const Gpu &right)
 
bool mesos::internal::slave::operator> (const Gpu &left, const Gpu &right)
 
bool mesos::internal::slave::operator<= (const Gpu &left, const Gpu &right)
 
bool mesos::internal::slave::operator>= (const Gpu &left, const Gpu &right)
 
bool mesos::internal::slave::operator== (const Gpu &left, const Gpu &right)
 
bool mesos::internal::slave::operator!= (const Gpu &left, const Gpu &right)
 
std::ostream & mesos::internal::slave::operator<< (std::ostream &stream, const Gpu &gpu)