Apache Ignite C++ Client
Loading...
Searching...
No Matches
ignite::job_descriptor Class Reference

#include <job_descriptor.h>

Classes

class  builder

Public Member Functions

 job_descriptor ()=default
const std::string & get_job_class_name () const
const std::vector< deployment_unit > & get_deployment_units () const
const job_execution_optionsget_execution_options () const

Detailed Description

Compute job descriptor.

Constructor & Destructor Documentation

◆ job_descriptor()

ignite::job_descriptor::job_descriptor ( )
default

Default constructor.

Member Function Documentation

◆ get_deployment_units()

const std::vector< deployment_unit > & ignite::job_descriptor::get_deployment_units ( ) const
inlinenodiscard

Get deployment units.

Returns
Deployment units.

◆ get_execution_options()

const job_execution_options & ignite::job_descriptor::get_execution_options ( ) const
inlinenodiscard

Get execution options.

Returns
Execution options.

◆ get_job_class_name()

const std::string & ignite::job_descriptor::get_job_class_name ( ) const
inlinenodiscard

Get job class name.

Returns
Job class name.

The documentation for this class was generated from the following file: