Apache Mesos
|
This is the complete list of members for mesos::internal::tests::MockFetcherProcess, including all inherited members.
_fetch(const hashmap< CommandInfo::URI, Option< process::Future< std::shared_ptr< Cache::Entry >>>> &entries, const ContainerID &containerId, const std::string &sandboxDirectory, const std::string &cacheDirectory, const Option< std::string > &user) | mesos::internal::slave::FetcherProcess | virtual |
AuthenticatedHttpRequestHandler typedef | process::ProcessBase | protected |
availableCacheSpace() const | mesos::internal::slave::FetcherProcess | |
cacheFiles() const | mesos::internal::slave::FetcherProcess | |
cacheSize() const | mesos::internal::slave::FetcherProcess | |
consume(MessageEvent &&event) override | process::ProcessBase | protectedvirtual |
consume(DispatchEvent &&event) override | process::ProcessBase | protectedvirtual |
consume(HttpEvent &&event) override | process::ProcessBase | protectedvirtual |
consume(ExitedEvent &&event) override | process::ProcessBase | protectedvirtual |
consume(TerminateEvent &&event) override | process::ProcessBase | protectedvirtual |
delegate(const std::string &name, const UPID &pid) | process::ProcessBase | inlineprotected |
eventCount() | process::ProcessBase | protected |
exited(const UPID &) | process::ProcessBase | inlineprotectedvirtual |
fetch(const ContainerID &containerId, const CommandInfo &commandInfo, const std::string &sandboxDirectory, const Option< std::string > &user) | mesos::internal::slave::FetcherProcess | |
FetcherProcess(const Flags &_flags) | mesos::internal::slave::FetcherProcess | explicit |
finalize() | process::ProcessBase | inlineprotectedvirtual |
http | process::ProcessBase | |
HttpRequestHandler typedef | process::ProcessBase | protected |
httpSequence | process::ProcessBase | |
initialize() | process::ProcessBase | inlineprotectedvirtual |
install(const std::string &name, const MessageHandler &handler) | process::ProcessBase | inlineprotected |
install(const std::string &name, void(T::*method)(const UPID &, const std::string &)) | process::ProcessBase | inlineprotected |
kill(const ContainerID &containerId) | mesos::internal::slave::FetcherProcess | |
link(const UPID &pid, const RemoteConnection remote=RemoteConnection::REUSE) | process::ProcessBase | protected |
lost(const UPID &) | process::ProcessBase | inlineprotectedvirtual |
message | process::ProcessBase | |
MessageHandler typedef | process::ProcessBase | protected |
MOCK_METHOD4(run, process::Future< Nothing >(const ContainerID &containerId, const std::string &sandboxDirectory, const Option< std::string > &user, const mesos::fetcher::FetcherInfo &info)) | mesos::internal::tests::MockFetcherProcess | |
MOCK_METHOD5(_fetch, process::Future< Nothing >(const hashmap< CommandInfo::URI, Option< process::Future< std::shared_ptr< Cache::Entry >>>> &entries, const ContainerID &containerId, const std::string &sandboxDirectory, const std::string &cacheDirectory, const Option< std::string > &user)) | mesos::internal::tests::MockFetcherProcess | |
MockFetcherProcess(const slave::Flags &flags) | mesos::internal::tests::MockFetcherProcess | |
ProcessBase(const std::string &id="") | process::ProcessBase | explicit |
provide(const std::string &name, const std::string &path, const std::map< std::string, std::string > &types=mime::types) | process::ProcessBase | inlineprotected |
RemoteConnection enum name | process::ProcessBase | protected |
route(const std::string &name, const Option< std::string > &help, const HttpRequestHandler &handler, const RouteOptions &options=RouteOptions()) | process::ProcessBase | protected |
route(const std::string &name, const Option< std::string > &help, Future< http::Response >(T::*method)(const http::Request &), const RouteOptions &options=RouteOptions()) | process::ProcessBase | inlineprotected |
route(const std::string &name, const std::string &realm, const Option< std::string > &help, const AuthenticatedHttpRequestHandler &handler, const RouteOptions &options=RouteOptions()) | process::ProcessBase | protected |
route(const std::string &name, const Option< std::string > &realm, const Option< std::string > &help, Future< http::Response >(T::*method)(const http::Request &, const Option< http::authentication::Principal > &), const RouteOptions &options=RouteOptions()) | process::ProcessBase | inlineprotected |
run(const ContainerID &containerId, const std::string &sandboxDirectory, const Option< std::string > &user, const mesos::fetcher::FetcherInfo &info) | mesos::internal::slave::FetcherProcess | virtual |
Self typedef | process::Process< FetcherProcess > | protected |
self() const | process::Process< FetcherProcess > | inline |
send(const UPID &to, const std::string &name, const char *data=nullptr, size_t length=0) | process::ProcessBase | protected |
send(const UPID &to, std::string &&name) | process::ProcessBase | protected |
send(const UPID &to, std::string &&name, std::string &&data) | process::ProcessBase | protected |
serve(Event &&event) | process::ProcessBase | inlineprotectedvirtual |
This typedef | process::Process< FetcherProcess > | protected |
unmocked__fetch(const hashmap< CommandInfo::URI, Option< process::Future< std::shared_ptr< Cache::Entry >>>> &entries, const ContainerID &containerId, const std::string &sandboxDirectory, const std::string &cacheDirectory, const Option< std::string > &user) | mesos::internal::tests::MockFetcherProcess | |
unmocked_run(const ContainerID &containerId, const std::string &sandboxDirectory, const Option< std::string > &user, const mesos::fetcher::FetcherInfo &info) | mesos::internal::tests::MockFetcherProcess | |
~EventConsumer() | process::EventConsumer | inlinevirtual |
~FetcherProcess() override | mesos::internal::slave::FetcherProcess | |
~MockFetcherProcess() override | mesos::internal::tests::MockFetcherProcess | |
~Process() override | process::Process< FetcherProcess > | inline |
~ProcessBase() override | process::ProcessBase |