Hitachi

In-Memory Data Grid Hitachi Elastic Application Data Store


20.1.50 ead_node structure (object used in a user function with an EADS server specified)

The ead_node structure contains information needed for specifying EADS servers.

Organization of this subsection

(1) Format

struct ead_node {
  int                node_id;
  EAD_BOOL           is_enable;
  int                position;
  struct ead_address address;
  char               reserved[8];
};

(2) Descriptions of members

node_id

Stores the EADS server ID.

is_enable

Stores the EADS server's status:

EAD_TRUE: Connection can be established.

EAD_FALSE: Connection cannot be established.

position

Stores the position of the EADS server.

address

Stores the address information (ead_address structure) of the EADS server.

For the format and details of the ead_address structure, see 20.1.51 ead_address structure (EADS server address information).

reserved[8]

Reserved area.