Hitachi

In-Memory Data Grid Hitachi Elastic Application Data Store


20.1.49 ead_nodelist structure (EADS server information)

The ead_nodelist structure contains information about the EADS servers that are maintained by the EADS client.

Organization of this subsection

(1) Format

struct ead_nodelist {
  size_t          list_size;
  struct ead_node *nodes;
};

(2) Descriptions of members

list_size

Stores the number of EADS servers.

nodes

Stores information about the EADS servers (ead_node structure).

Specify the start address of the data to be stored.