#include <job_descriptor.h>
◆ builder()
| ignite::job_descriptor::builder::builder |
( |
std::string | job_class_name | ) |
|
|
inlineexplicit |
Constructor.
- Parameters
-
| job_class_name | Job class name. |
◆ build()
| std::shared_ptr< job_descriptor > ignite::job_descriptor::builder::build |
( |
| ) |
|
|
inline |
Build Job Descriptor.
- Returns
- An instance of Job Descriptor.
◆ deployment_units()
Set deployment units.
- Parameters
-
| units | Deployment units to set. |
◆ execution_options()
Set execution options.
- Parameters
-
| options | Execution options. |
◆ job_class_name()
| builder & ignite::job_descriptor::builder::job_class_name |
( |
std::string | job_class_name | ) |
|
|
inline |
Set job class name.
- Parameters
-
| job_class_name | Job class name. |
The documentation for this class was generated from the following file: