| Package | Description | 
|---|---|
| com.hazelcast.map.impl | Contains implementation specific classes of  com.hazelcast.mappackage. | 
| 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 | Field and Description | 
|---|---|
| protected MapStoreContext | MapContainer. mapStoreContext | 
| Modifier and Type | Method and Description | 
|---|---|
| MapStoreContext | MapContainer. getMapStoreContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<?> | MapKeyLoader. sendKeys(MapStoreContext mapStoreContext,
        boolean replaceExistingValues)Sends keys to all partitions in batches. | 
| Future | MapKeyLoader. startInitialLoad(MapStoreContext mapStoreContext,
                int partitionId) | 
| Future<?> | MapKeyLoader. startLoading(MapStoreContext mapStoreContext,
            boolean replaceExistingValues) | 
| Modifier and Type | Method and Description | 
|---|---|
| static MapStoreContext | MapStoreContextFactory. createMapStoreContext(MapContainer mapContainer) | 
| Modifier and Type | Method and Description | 
|---|---|
| static MapStoreManager | MapStoreManagers. createWriteBehindManager(MapStoreContext mapStoreContext) | 
| static <K,V> MapDataStore<K,V> | MapDataStores. createWriteBehindStore(MapStoreContext mapStoreContext,
                      int partitionId,
                      WriteBehindProcessor writeBehindProcessor)Creates a write behind data store. | 
| static MapStoreManager | MapStoreManagers. createWriteThroughManager(MapStoreContext mapStoreContext) | 
| static <K,V> MapDataStore<K,V> | MapDataStores. createWriteThroughStore(MapStoreContext mapStoreContext)Creates a write through data store. | 
| Modifier and Type | Method and Description | 
|---|---|
| static WriteBehindProcessor | WriteBehindProcessors. createWriteBehindProcessor(MapStoreContext mapStoreContext) | 
| Constructor and Description | 
|---|
| StoreWorker(MapStoreContext mapStoreContext,
           WriteBehindProcessor writeBehindProcessor) | 
| WriteBehindManager(MapStoreContext mapStoreContext) | 
| Constructor and Description | 
|---|
| WriteThroughManager(MapStoreContext mapStoreContext) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.