Apache Mesos
|
#include <mesos.hpp>
Public Member Functions | |
MockGarbageCollector (const std::string &workDir) | |
~MockGarbageCollector () override | |
MOCK_METHOD1 (unschedule, process::Future< bool >(const std::string &path)) | |
Public Member Functions inherited from mesos::internal::slave::GarbageCollector | |
GarbageCollector (const std::string &workDir) | |
virtual | ~GarbageCollector () |
virtual process::Future< Nothing > | schedule (const Duration &d, const std::string &path) |
virtual process::Future< bool > | unschedule (const std::string &path) |
virtual void | prune (const Duration &d) |
|
explicit |
|
override |
mesos::internal::tests::MockGarbageCollector::MOCK_METHOD1 | ( | unschedule | , |
process::Future< bool > | const std::string &path | ||
) |