Uses of Interface
com.hazelcast.map.MapLoader
Packages that use MapLoader
Package
Description
Contains Hazelcast map module classes.
Implementation of 
MapStore interface based on Hazelcast SQL engine- 
Uses of MapLoader in com.hazelcast.mapSubinterfaces of MapLoader in com.hazelcast.mapModifier and TypeInterfaceDescriptioninterfaceEntryLoader<K,V> This is an extension toMapLoader.interfaceEntryStore<K,V> This is an extension toMapStore.interfaceMapStore<K,V> Hazelcast distributed map implementation is an in-memory data store, but it can be backed by any type of data store such as RDBMS, OODBMS, NOSQL, or simply a file-based data store.Classes in com.hazelcast.map that implement MapLoaderMethods in com.hazelcast.map that return MapLoaderModifier and TypeMethodDescriptionMapStoreFactory.newMapStore(String mapName, Properties properties) Produces a MapLoader or a MapStore for the given map name and properties.
- 
Uses of MapLoader in com.hazelcast.mapstoreClasses in com.hazelcast.mapstore that implement MapLoaderModifier and TypeClassDescriptionclassGenericMapLoader<K,V> GenericMapLoader is an implementation ofMapLoaderbuilt on top of Hazelcast SQL engine.classGenericMapStore<K,V> GenericMapStore is an implementation ofMapStorebuilt on top of Hazelcast SQL engine.