Uses of Interface
org.apache.ignite.binary.BinaryMapFactory
-
Packages that use BinaryMapFactory Package Description org.apache.ignite.binary Contains Ignite Binary Objects API classes.org.apache.ignite.internal.binary Contains binary APIs internal implementation. -
-
Uses of BinaryMapFactory in org.apache.ignite.binary
Methods in org.apache.ignite.binary with parameters of type BinaryMapFactory Modifier and Type Method 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) -
Uses of BinaryMapFactory in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary with parameters of type BinaryMapFactory Modifier and Type Method 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(String fieldName, BinaryMapFactory<K,V> factory)<K,V>
@Nullable Map<K,V>BinaryReaderExImpl. readMap(BinaryMapFactory<K,V> factory)
-