Apache Mesos
Namespaces | Functions | Variables
htb.hpp File Reference
#include <stdint.h>
#include <string>
#include <stout/hashmap.hpp>
#include <stout/try.hpp>
#include "linux/routing/handle.hpp"

Go to the source code of this file.

Namespaces

 routing
 
 routing::queueing
 
 routing::queueing::htb
 

Functions

Try< bool > routing::queueing::htb::exists (const std::string &link, const Handle &parent)
 
Try< bool > routing::queueing::htb::create (const std::string &link, const Handle &parent, const Option< Handle > &handle)
 
Try< bool > routing::queueing::htb::remove (const std::string &link, const Handle &parent)
 
Result< hashmap< std::string, uint64_t > > routing::queueing::htb::statistics (const std::string &link, const Handle &parent)
 

Variables

constexpr char routing::queueing::htb::KIND [] = "htb"