| 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.operation | 
 Package for map operations. 
 | 
| com.hazelcast.map.impl.query | |
| com.hazelcast.map.impl.recordstore | 
| Modifier and Type | Method and Description | 
|---|---|
MapContainer | 
MapServiceContext.getMapContainer(String mapName)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,MapContainer> | 
MapServiceContext.getMapContainers()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
LocalMapStatsProvider.addNearCacheStats(LocalMapStatsImpl stats,
                 LocalMapStatsProvider.LocalMapOnDemandCalculatedStats onDemandStats,
                 MapContainer mapContainer)
Adds near cache stats. 
 | 
RecordStore | 
MapServiceContext.createRecordStore(MapContainer mapContainer,
                 int partitionId,
                 MapKeyLoader keyLoader)  | 
| Modifier and Type | Method and Description | 
|---|---|
static MapStoreContext | 
MapStoreContextFactory.createMapStoreContext(MapContainer mapContainer)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected MapContainer | 
MapOperation.mapContainer  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PostJoinMapOperation.addMapIndex(MapContainer mapContainer)  | 
void | 
PostJoinMapOperation.addMapInterceptors(MapContainer mapContainer)  | 
void | 
MapOperation.setMapContainer(MapContainer mapContainer)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected QueryResult | 
MapQueryEngineImpl.tryQueryUsingIndexes(Predicate predicate,
                    Collection<Integer> partitions,
                    MapContainer mapContainer,
                    IterationType iterationType)  | 
protected void | 
MapQueryEngineImpl.updateStatistics(MapContainer mapContainer)  | 
| Modifier and Type | Method and Description | 
|---|---|
MapContainer | 
RecordStore.getMapContainer()  | 
| Constructor and Description | 
|---|
DefaultRecordStore(MapContainer mapContainer,
                  int partitionId,
                  MapKeyLoader keyLoader,
                  ILogger logger)  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.