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