| Package | Description |
|---|---|
| org.apache.ignite.binary |
Contains Ignite Binary Objects API classes.
|
| org.apache.ignite.internal.binary |
Contains binary APIs internal implementation.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> @Nullable Map<K,V> |
BinaryRawReader.readMap(BinaryMapFactory<K,V> factory) |
<K,V> Map<K,V> |
BinaryReader.readMap(String fieldName,
BinaryMapFactory<K,V> factory) |
| Modifier and Type | Method and Description |
|---|---|
static Map<?,?> |
BinaryUtils.doReadMap(BinaryInputStream in,
BinaryContext ctx,
ClassLoader ldr,
BinaryReaderHandlesHolder handles,
boolean detach,
boolean deserialize,
BinaryMapFactory factory) |
<K,V> @Nullable Map<K,V> |
BinaryReaderExImpl.readMap(BinaryMapFactory<K,V> factory) |
<K,V> @Nullable Map<K,V> |
BinaryReaderExImpl.readMap(String fieldName,
BinaryMapFactory<K,V> factory) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021