| Interface | Description | 
|---|---|
| MapDataStore<K,V> | Map data stores general contract. | 
| MapStoreContext | A context which provides/initializes map store specific functionality. | 
| MapStoreManager | Central interface to manage map store. | 
| Class | Description | 
|---|---|
| AbstractMapDataStore<K,V> | Abstract map data store contains common functionality of map data stores. | 
| MapDataStores | Factory class responsible for creating various data store implementations. | 
| MapStoreContextFactory | A factory which creates  MapStoreContextobjects
 according toMapStoreConfig. | 
| MapStoreManagers | Static factory class for various map store managers. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.