|
Apache Mesos
|
#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::ingress | |
Functions | |
| Try< bool > | routing::queueing::ingress::exists (const std::string &link) |
| Try< bool > | routing::queueing::ingress::create (const std::string &link) |
| Try< bool > | routing::queueing::ingress::remove (const std::string &link) |
| Result< hashmap< std::string, uint64_t > > | routing::queueing::ingress::statistics (const std::string &link) |
Variables | |
| constexpr char | routing::queueing::ingress::KIND [] = "ingress" |
| constexpr Handle | routing::queueing::ingress::HANDLE = Handle(0xffff, 0) |
1.8.11