Apache Mesos
Classes | Namespaces | Functions | Variables
mesos_executor_driver_impl.hpp File Reference
#include <mesos/executor.hpp>

Go to the source code of this file.

Classes

struct  mesos::python::MesosExecutorDriverImpl
 Python object structure for MesosExecutorDriverImpl objects. More...
 

Namespaces

 mesos
 
 mesos::python
 

Functions

PyObject * mesos::python::MesosExecutorDriverImpl_new (PyTypeObject *type, PyObject *args, PyObject *kwds)
 Create, but don't initialize, a new MesosExecutorDriverImpl (called by Python before init method). More...
 
int mesos::python::MesosExecutorDriverImpl_init (MesosExecutorDriverImpl *self, PyObject *args, PyObject *kwds)
 Initialize a MesosExecutorDriverImpl with constructor arguments. More...
 
void mesos::python::MesosExecutorDriverImpl_dealloc (MesosExecutorDriverImpl *self)
 Free a MesosExecutorDriverImpl. More...
 
int mesos::python::MesosExecutorDriverImpl_traverse (MesosExecutorDriverImpl *self, visitproc visit, void *arg)
 Traverse fields of a MesosExecutorDriverImpl on a cyclic GC search. More...
 
int mesos::python::MesosExecutorDriverImpl_clear (MesosExecutorDriverImpl *self)
 Clear fields of a MesosExecutorDriverImpl that can participate in GC cycles. More...
 
PyObject * mesos::python::MesosExecutorDriverImpl_start (MesosExecutorDriverImpl *self)
 
PyObject * mesos::python::MesosExecutorDriverImpl_stop (MesosExecutorDriverImpl *self)
 
PyObject * mesos::python::MesosExecutorDriverImpl_abort (MesosExecutorDriverImpl *self)
 
PyObject * mesos::python::MesosExecutorDriverImpl_join (MesosExecutorDriverImpl *self)
 
PyObject * mesos::python::MesosExecutorDriverImpl_run (MesosExecutorDriverImpl *self)
 
PyObject * mesos::python::MesosExecutorDriverImpl_sendStatusUpdate (MesosExecutorDriverImpl *self, PyObject *args)
 
PyObject * mesos::python::MesosExecutorDriverImpl_sendFrameworkMessage (MesosExecutorDriverImpl *self, PyObject *args)
 

Variables

PyTypeObject mesos::python::MesosExecutorDriverImplType
 Python type object for MesosExecutorDriverImpl. More...
 
PyMethodDef mesos::python::MesosExecutorDriverImpl_methods []
 List of Python methods in MesosExecutorDriverImpl. More...