Transformer SDK For C  7.1.9.29929-d422075
Cluster API

Data Structures

struct  cluster_interface_t
 Definition of the cluster interface. More...
 

Macros

#define LISTENER_ALWAYS   128
 

Detailed Description

Macro Definition Documentation

#define LISTENER_ALWAYS   128

The cluster module implements clustering between transformers. There are two modes of operation:

  • The module runs autonomously. In this mode, the module distributes data between nodes. This mode of operation would be useful if there was only one source of data that needed to be sent to multiple transformers.
  • The module is controlled programmatically. In this mode, other modules control the distribution of data between transformer nodes.

To load the module, add the following line to transformer.conf:

add-module cluster

Generated on Mon Jul 20 2020 19:17:22 for Transformer SDK For C