Uses of Interface
com.hazelcast.map.MapLoader
Package
Description
Contains Hazelcast map module classes.
Implementation of
MapStore
interface based on Hazelcast SQL engine-
Uses of MapLoader in com.hazelcast.map
Modifier and TypeInterfaceDescriptioninterface
EntryLoader<K,
V> This is an extension toMapLoader
.interface
EntryStore<K,
V> This is an extension toMapStore
.interface
MapStore<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.Modifier 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.mapstore
Modifier and TypeClassDescriptionclass
GenericMapLoader<K,
V> GenericMapLoader is an implementation ofMapLoader
built on top of Hazelcast SQL engine.class
GenericMapStore<K,
V> GenericMapStore is an implementation ofMapStore
built on top of Hazelcast SQL engine.