#include <job_target.h>
|
| virtual detail::job_target_type | get_type () const =0 |
◆ any_node() [1/2]
Create a multiple node job target.
- Parameters
-
◆ any_node() [2/2]
Create a multiple node job target.
- Parameters
-
◆ colocated() [1/2]
Creates a colocated job target for a specific table and key.
- Parameters
-
| table_name | Table name. |
| key | Key. |
◆ colocated() [2/2]
| std::shared_ptr< job_target > ignite::job_target::colocated |
( |
std::string_view | table_name, |
|
|
const ignite_tuple & | key ) |
|
staticnodiscard |
Creates a colocated job target for a specific table and key.
- Parameters
-
| table_name | Table name. |
| key | Key. |
◆ get_type()
| virtual detail::job_target_type ignite::job_target::get_type |
( |
| ) |
const |
|
nodiscardprotectedpure virtual |
Get the job type.
- Returns
- Job type.
◆ node()
Create a single node job target.
- Parameters
-
The documentation for this class was generated from the following files:
- ignite/client/compute/job_target.h
- ignite/client/compute/job_target.cpp