Apache Ignite C++
Public Types | List of all members
ignite::binary::MapType Struct Reference

Binary map types. More...

#include <binary_consts.h>

Public Types

enum  Type { UNDEFINED = 0, HASH_MAP = 1, LINKED_HASH_MAP = 2 }
 

Detailed Description

Binary map types.

Member Enumeration Documentation

◆ Type

Enumerator
UNDEFINED 

Undefined.

Maps to HashMap in Java.

HASH_MAP 

Hash map.

Maps to HashMap in Java.

LINKED_HASH_MAP 

Linked hash map.

Maps to LinkedHashMap in Java.


The documentation for this struct was generated from the following file: