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.operation |
Package for map operations.
|
Modifier and Type | Method and Description |
---|---|
MapContainer |
RecordStore.getMapContainer() |
MapContainer |
MapServiceContext.getMapContainer(String mapName) |
Modifier and Type | Method and Description |
---|---|
Map<String,MapContainer> |
MapServiceContext.getMapContainers() |
Constructor and Description |
---|
DefaultRecordStore(MapContainer mapContainer,
int partitionId,
MapKeyLoader keyLoader,
ILogger logger) |
Modifier and Type | Method and Description |
---|---|
boolean |
MaxSizeChecker.checkEvictable(MapContainer mapContainer,
int partitionId) |
Modifier and Type | Method and Description |
---|---|
static MapStoreContext |
MapStoreContextFactory.createMapStoreContext(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 © 2015 Hazelcast, Inc.. All Rights Reserved.