Uses of Interface
org.apache.ignite.internal.processors.platform.utils.PlatformReaderBiClosure
-
Packages that use PlatformReaderBiClosure Package Description org.apache.ignite.internal.processors.platform.utils -
-
Uses of PlatformReaderBiClosure in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type PlatformReaderBiClosure Modifier and Type Method Description static <K,V>
Map<K,V>PlatformUtils. readLinkedMap(BinaryRawReaderEx reader, @Nullable PlatformReaderBiClosure<K,V> readClo)Read linked map.static <K,V>
Map<K,V>PlatformUtils. readMap(BinaryRawReaderEx reader, @Nullable PlatformReaderBiClosure<K,V> readClo)Read map.
-