| Package | Description | 
|---|---|
| com.hazelcast.map.impl.mapstore | Contains map store operations. | 
| com.hazelcast.map.impl.mapstore.writebehind | Package for processing write behind store operations. | 
| com.hazelcast.map.impl.mapstore.writethrough | Package for processing write through store operations. | 
| com.hazelcast.map.impl.recordstore | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractMapDataStore<K,V>Abstract map data store contains common functionality of map data stores. | 
| Modifier and Type | Field and Description | 
|---|---|
| static MapDataStore | MapDataStores. EMPTY_MAP_DATA_STORE | 
| Modifier and Type | Method and Description | 
|---|---|
| static <K,V> MapDataStore<K,V> | MapDataStores. createWriteBehindStore(MapStoreContext mapStoreContext,
                      int partitionId,
                      WriteBehindProcessor writeBehindProcessor)Creates a write behind data store. | 
| static <K,V> MapDataStore<K,V> | MapDataStores. createWriteThroughStore(MapStoreContext mapStoreContext)Creates a write through data store. | 
| static <K,V> MapDataStore<K,V> | MapDataStores. emptyStore()Used for providing neutral null behaviour. | 
| MapDataStore | MapStoreManager. getMapDataStore(int partitionId) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WriteBehindStoreWrite behind map data store implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| MapDataStore | WriteBehindManager. getMapDataStore(int partitionId) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WriteThroughStoreWrite through map data store implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| MapDataStore | WriteThroughManager. getMapDataStore(int partitionId) | 
| Modifier and Type | Method and Description | 
|---|---|
| MapDataStore<Data,Object> | RecordStore. getMapDataStore() | 
| MapDataStore<Data,Object> | DefaultRecordStore. getMapDataStore() | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.