| 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  
MapStoreContext objects
 according to MapStoreConfig. | 
| MapStoreManagers | 
 Static factory class for various map store managers. 
 | 
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.