#include <executor.hpp>
virtual mesos::Executor::~Executor |
( |
| ) |
|
|
inlinevirtual |
virtual void mesos::Executor::error |
( |
ExecutorDriver * |
driver, |
|
|
const std::string & |
message |
|
) |
| |
|
pure virtual |
virtual void mesos::Executor::frameworkMessage |
( |
ExecutorDriver * |
driver, |
|
|
const std::string & |
data |
|
) |
| |
|
pure virtual |
virtual void mesos::Executor::killTask |
( |
ExecutorDriver * |
driver, |
|
|
const TaskID & |
taskId |
|
) |
| |
|
pure virtual |
virtual void mesos::Executor::launchTask |
( |
ExecutorDriver * |
driver, |
|
|
const TaskInfo & |
task |
|
) |
| |
|
pure virtual |
virtual void mesos::Executor::registered |
( |
ExecutorDriver * |
driver, |
|
|
const ExecutorInfo & |
executorInfo, |
|
|
const FrameworkInfo & |
frameworkInfo, |
|
|
const SlaveInfo & |
slaveInfo |
|
) |
| |
|
pure virtual |
virtual void mesos::Executor::reregistered |
( |
ExecutorDriver * |
driver, |
|
|
const SlaveInfo & |
slaveInfo |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: