![]() |
Apache Ignite C++
|
Ignite Binary Objects API. More...
Classes | |
| class | BinaryArrayReader |
| Binary array reader. More... | |
| class | BinaryArrayWriter |
| Binary collection writer. More... | |
| class | BinaryCollectionReader |
| Binary collection reader. More... | |
| class | BinaryCollectionWriter |
| Binary collection writer. More... | |
| class | BinaryMapReader |
| Binary map reader. More... | |
| class | BinaryMapWriter |
| Binary map writer. More... | |
| class | BinaryRawReader |
| Binary raw reader. More... | |
| class | BinaryRawWriter |
| Binary raw writer. More... | |
| class | BinaryReader |
| Binary reader. More... | |
| class | BinaryStringArrayReader |
| Binary string array reader. More... | |
| class | BinaryStringArrayWriter |
| Binary string array writer. More... | |
| struct | BinaryType |
| Binary type structure. More... | |
| struct | BinaryType< T * > |
| Templated binary type specification for pointers. More... | |
| class | BinaryWriter |
| Binary writer. More... | |
Enumerations | |
| enum | CollectionType { IGNITE_COLLECTION_UNDEFINED = 0, IGNITE_COLLECTION_ARRAY_LIST = 1, IGNITE_COLLECTION_LINKED_LIST = 2, IGNITE_COLLECTION_HASH_SET = 3, IGNITE_COLLECTION_LINKED_HASH_SET = 4 } |
| Binary collection types. More... | |
| enum | MapType { IGNITE_MAP_UNDEFINED = 0, IGNITE_MAP_HASH_MAP = 1, IGNITE_MAP_LINKED_HASH_MAP = 2 } |
| Binary map types. More... | |
Functions | |
| IGNITE_IMPORT_EXPORT int32_t | GetBinaryStringHashCode (const char *val) |
| Get binary string hash code. More... | |
Ignite Binary Objects API.
Binary collection types.
| int32_t ignite::binary::GetBinaryStringHashCode | ( | const char * | val | ) |
Get binary string hash code.
| val | Value. |
1.8.9.1