| 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.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) | 
| void | PartitionContainer. destroyMap(MapContainer mapContainer) | 
| boolean | MapServiceContext. removeMapContainer(MapContainer mapContainer) | 
| 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) | 
| Constructor and Description | 
|---|
| MapPartitionDestroyTask(PartitionContainer container,
                       MapContainer mapContainer,
                       Semaphore semaphore) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | PartitionScanRunner. isUseCachedDeserializedValuesEnabled(MapContainer mapContainer) | 
| protected Collection<QueryableEntry> | QueryRunner. runUsingIndex(Predicate predicate,
             MapContainer mapContainer) | 
| protected Collection<QueryableEntry> | QueryRunner. runUsingIndexSafely(Predicate predicate,
                   MapContainer mapContainer,
                   int initialPartitionStateVersion) | 
| protected void | QueryRunner. 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.