Hitachi

In-Memory Data Grid Hitachi Elastic Application Data Store


20.1.45 ead_get_group_results structure (execution results of ead_get_group())

The ead_get_group_results structure holds the execution results of ead_get_group().

Organization of this subsection

(1) Format

struct ead_get_group_results {
  size_t               key_value_length;
  ead_key_value_pair   *key_value_array;
};

(2) Descriptions of members

key_value_length

Stores the number of elements in the array of the ead_key_value_pair structure that stores acquired keys and values.

key_value_array

Specifies the start address of the array of the ead_key_value_pair structure that stores acquired keys and values.

For details about the ead_key_value_pair structure and its format, see 20.1.40 ead_key_value_pair structure (key-value pairs).