Package | Description |
---|---|
com.hazelcast.core | |
com.hazelcast.examples | |
com.hazelcast.impl | |
com.hazelcast.impl.concurrentmap |
Modifier and Type | Interface and Description |
---|---|
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, or simply
a file based data store.
|
Modifier and Type | Method and Description |
---|---|
MapLoader<K,V> |
MapStoreFactory.newMapStore(String mapName,
Properties properties)
Produces a MapLoader or a MapStore for the given map name and properties.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyStore |
Modifier and Type | Method and Description |
---|---|
MapLoader |
CMap.getMapLoader() |
Modifier and Type | Class and Description |
---|---|
class |
MapStoreWrapper |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.