Hitachi

In-Memory Data Grid Hitachi Elastic Application Data Store


20.1.41 ead_keys structure (multiple keys)

The ead_keys structure holds multiple keys.

Organization of this subsection

(1) Format

struct ead_keys {
  size_t   size;
  char     **keys;
};

(2) Descriptions of members

size

Stores the number of keys to be stored.

keys

Stores the start address of the array that stores the list of keys.

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