| 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(String mapName,
               int partitionId)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WriteBehindStore
Write behind map data store implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MapDataStore | 
WriteBehindManager.getMapDataStore(String mapName,
               int partitionId)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WriteThroughStore
Write through map data store implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MapDataStore | 
WriteThroughManager.getMapDataStore(String mapName,
               int partitionId)  | 
| Modifier and Type | Method and Description | 
|---|---|
MapDataStore<Data,Object> | 
RecordStore.getMapDataStore()  | 
MapDataStore<Data,Object> | 
DefaultRecordStore.getMapDataStore()  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.