Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.eviction |
This package contains eviction classes.
|
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.operation |
Package for map operations.
|
Modifier and Type | Method and Description |
---|---|
MapContainer |
RecordStore.getMapContainer() |
MapContainer |
MapServiceContext.getMapContainer(String mapName) |
MapContainer |
DefaultMapServiceContext.getMapContainer(String mapName) |
Modifier and Type | Method and Description |
---|---|
Map<String,MapContainer> |
MapServiceContext.getMapContainers() |
Map<String,MapContainer> |
DefaultMapServiceContext.getMapContainers() |
Modifier and Type | Method and Description |
---|---|
MapStoreManager |
MapContainer.createMapStoreManager(MapContainer mapContainer) |
Constructor and Description |
---|
DefaultRecordStore(MapContainer mapContainer,
int partitionId) |
Modifier and Type | Method and Description |
---|---|
boolean |
MaxSizeChecker.checkEvictable(MapContainer mapContainer,
int partitionId) |
Modifier and Type | Method and Description |
---|---|
static MapStoreManager |
MapStoreManagers.createWriteBehindManager(MapContainer mapContainer) |
static <K,V> MapDataStore<K,V> |
MapDataStores.createWriteBehindStore(MapContainer mapContainer,
int partitionId,
WriteBehindProcessor writeBehindProcessor)
Creates a write behind data store.
|
static MapStoreManager |
MapStoreManagers.createWriteThroughManager(MapContainer mapContainer) |
static <K,V> MapDataStore<K,V> |
MapDataStores.createWriteThroughStore(MapContainer mapContainer)
Creates a write through data store.
|
Modifier and Type | Method and Description |
---|---|
static WriteBehindProcessor |
WriteBehindProcessors.createWriteBehindProcessor(MapContainer mapContainer) |
Constructor and Description |
---|
StoreWorker(MapContainer mapContainer,
WriteBehindProcessor writeBehindProcessor) |
WriteBehindManager(MapContainer mapContainer) |
Constructor and Description |
---|
WriteThroughManager(MapContainer mapContainer) |
Modifier and Type | Field and Description |
---|---|
protected MapContainer |
KeyBasedMapOperation.mapContainer |
protected MapContainer |
AbstractMapOperation.mapContainer |
Modifier and Type | Method and Description |
---|---|
void |
PostJoinMapOperation.addMapIndex(MapContainer mapContainer) |
void |
PostJoinMapOperation.addMapInterceptors(MapContainer mapContainer) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.