|
Apache Mesos
|
Classes | |
| struct | Classifier |
Functions | |
| Try< bool > | exists (const std::string &link, const Handle &parent, uint16_t protocol) |
| Try< bool > | create (const std::string &link, const Handle &parent, uint16_t protocol, const Option< Priority > &priority, const Option< Handle > &classid) |
| Try< bool > | create (const std::string &link, const Handle &parent, uint16_t protocol, const Option< Priority > &priority, const action::Redirect &redirect) |
| Try< bool > | create (const std::string &link, const Handle &parent, uint16_t protocol, const Option< Priority > &priority, const action::Mirror &mirror) |
| Try< bool > | remove (const std::string &link, const Handle &parent, uint16_t protocol) |
| Try< bool > | update (const std::string &link, const Handle &parent, uint16_t protocol, const action::Mirror &mirror) |
| Try<bool> routing::filter::basic::create | ( | const std::string & | link, |
| const Handle & | parent, | ||
| uint16_t | protocol, | ||
| const Option< Priority > & | priority, | ||
| const Option< Handle > & | classid | ||
| ) |
| Try<bool> routing::filter::basic::create | ( | const std::string & | link, |
| const Handle & | parent, | ||
| uint16_t | protocol, | ||
| const Option< Priority > & | priority, | ||
| const action::Redirect & | redirect | ||
| ) |
| Try<bool> routing::filter::basic::create | ( | const std::string & | link, |
| const Handle & | parent, | ||
| uint16_t | protocol, | ||
| const Option< Priority > & | priority, | ||
| const action::Mirror & | mirror | ||
| ) |
| Try<bool> routing::filter::basic::exists | ( | const std::string & | link, |
| const Handle & | parent, | ||
| uint16_t | protocol | ||
| ) |
| Try<bool> routing::filter::basic::remove | ( | const std::string & | link, |
| const Handle & | parent, | ||
| uint16_t | protocol | ||
| ) |
| Try<bool> routing::filter::basic::update | ( | const std::string & | link, |
| const Handle & | parent, | ||
| uint16_t | protocol, | ||
| const action::Mirror & | mirror | ||
| ) |
1.8.11