| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MapStoreManager | 
MapStoreManagers.createWriteBehindManager(MapStoreContext mapStoreContext)  | 
static MapStoreManager | 
MapStoreManagers.createWriteThroughManager(MapStoreContext mapStoreContext)  | 
static MapStoreManager | 
MapStoreManagers.emptyMapStoreManager()  | 
MapStoreManager | 
MapStoreContext.getMapStoreManager()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WriteBehindManager
Write behind map store manager. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WriteThroughManager
Write through map store manager. 
 | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.