Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.spring.jpa |
Contains class related to Java Persistence API.
|
com.hazelcast.spring.mongodb |
Contains interfaces/classes related to MongoDB.
|
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, NOSQL or simply
a file based data store.
|
Modifier and Type | Class and Description |
---|---|
class |
MapStoreAdapter<K,V>
Adapter for MapStore.
|
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 |
JPAMapStore
JPA MapStore implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
MongoMapStore
MongoDB MapStore implementation.
|
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.