|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapLoader | |
---|---|
com.hazelcast.core | Provides core API interfaces/classes. |
com.hazelcast.map.impl | Contains implementation specific classes of com.hazelcast.map package. |
Uses of MapLoader in com.hazelcast.core |
---|
Subinterfaces of MapLoader in com.hazelcast.core | |
---|---|
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. |
Classes in com.hazelcast.core that implement MapLoader | |
---|---|
class |
MapStoreAdapter<K,V>
Adapter for MapStore. |
Methods in com.hazelcast.core that return MapLoader | |
---|---|
MapLoader<K,V> |
MapStoreFactory.newMapStore(String mapName,
Properties properties)
Produces a MapLoader or a MapStore for the given map name and properties. |
Uses of MapLoader in com.hazelcast.map.impl |
---|
Classes in com.hazelcast.map.impl that implement MapLoader | |
---|---|
class |
MapStoreWrapper
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |