Apache Mesos
|
#include <http.hpp>
Static Public Member Functions | |
static std::string | API_HELP () |
static std::string | EXECUTOR_HELP () |
static std::string | RESOURCE_PROVIDER_HELP () |
static std::string | FLAGS_HELP () |
static std::string | HEALTH_HELP () |
static std::string | STATE_HELP () |
static std::string | STATISTICS_HELP () |
static std::string | CONTAINERS_HELP () |
static std::string | CONTAINERIZER_DEBUG_HELP () |
|
inlineexplicit |
process::Future<process::http::Response> mesos::internal::slave::Http::api | ( | const process::http::Request & | request, |
const Option< process::http::authentication::Principal > & | principal | ||
) | const |
|
static |
|
static |
process::Future<process::http::Response> mesos::internal::slave::Http::containerizerDebug | ( | const process::http::Request & | request, |
const Option< process::http::authentication::Principal > & | principal | ||
) | const |
process::Future<process::http::Response> mesos::internal::slave::Http::containers | ( | const process::http::Request & | request, |
const Option< process::http::authentication::Principal > & | principal | ||
) | const |
|
static |
process::Future<process::http::Response> mesos::internal::slave::Http::executor | ( | const process::http::Request & | request, |
const Option< process::http::authentication::Principal > & | principal | ||
) | const |
|
static |
process::Future<process::http::Response> mesos::internal::slave::Http::flags | ( | const process::http::Request & | request, |
const Option< process::http::authentication::Principal > & | principal | ||
) | const |
|
static |
process::Future<process::http::Response> mesos::internal::slave::Http::health | ( | const process::http::Request & | request | ) | const |
|
static |
|
static |
process::Future<process::http::Response> mesos::internal::slave::Http::state | ( | const process::http::Request & | request, |
const Option< process::http::authentication::Principal > & | |||
) | const |
|
static |
process::Future<process::http::Response> mesos::internal::slave::Http::statistics | ( | const process::http::Request & | request, |
const Option< process::http::authentication::Principal > & | principal | ||
) | const |
|
static |