Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
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 |
---|---|
MapStoreManager |
MapContainer.createMapStoreManager(MapContainer mapContainer) |
MapStoreManager |
MapContainer.getMapStoreManager() |
Modifier and Type | Method and Description |
---|---|
static MapStoreManager |
MapStoreManagers.createWriteBehindManager(MapContainer mapContainer) |
static MapStoreManager |
MapStoreManagers.createWriteThroughManager(MapContainer mapContainer) |
static MapStoreManager |
MapStoreManagers.emptyMapStoreManager() |
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 © 2014 Hazelcast, Inc.. All Rights Reserved.