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

#include <broadcast_job_target.h>

Static Public Member Functions

static IGNITE_API std::shared_ptr< broadcast_job_targetnode (cluster_node val)
static IGNITE_API std::shared_ptr< broadcast_job_targetnodes (std::set< cluster_node > vals)
static IGNITE_API std::shared_ptr< broadcast_job_targetnodes (const std::vector< cluster_node > &vals)

Detailed Description

Job execution target.

Member Function Documentation

◆ node()

std::shared_ptr< broadcast_job_target > ignite::broadcast_job_target::node ( cluster_node val)
staticnodiscard

Create a single node job target.

Parameters
valNode.

◆ nodes() [1/2]

std::shared_ptr< broadcast_job_target > ignite::broadcast_job_target::nodes ( const std::vector< cluster_node > & vals)
staticnodiscard

Create a multiple node job target.

Parameters
valsNodes.

◆ nodes() [2/2]

std::shared_ptr< broadcast_job_target > ignite::broadcast_job_target::nodes ( std::set< cluster_node > vals)
staticnodiscard

Create a multiple node job target.

Parameters
valsNodes.

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