Hitachi

In-Memory Data Grid Hitachi Elastic Application Data Store


20.1.42 ead_group_names structure (multiple group names)

The ead_group_names structure holds multiple group names.

Organization of this subsection

(1) Format

struct ead_group_names {
  size_t   size;
  char     **group_names;
};

(2) Descriptions of members

size

Stores the number of group names that are stored.

group_names

Stores the start address of the array that stores the list of group names.

For details about the data types that can be specified, see 15.2.2(1) Data types that can be specified as keys.