Hitachi

In-Memory Data Grid Hitachi Elastic Application Data Store


20.1.39 ead_value_element structure (value information)

The ead_value_element structure holds the value information (the value and its size).

Organization of this subsection

(1) Format

struct ead_value_element {
  size_t     value_size;
  void       *value;
};

(2) Descriptions of members

value_size

Stores the data size of the value (unit: bytes).

value

Stores the value.

Specify the starting address of the data to be stored.

(3) Notes