| Package | Description | 
|---|---|
| com.hazelcast.map.impl | 
 Contains implementation specific classes of  
com.hazelcast.map package. | 
| com.hazelcast.map.impl.operation | 
 Package for map operations. 
 | 
| com.hazelcast.map.impl.proxy | 
 Contains map proxy implementation and support classes. 
 | 
| com.hazelcast.map.impl.tx | 
 Contains implementation classes for  
TransactionalMap | 
| Modifier and Type | Method and Description | 
|---|---|
MapService | 
MapServiceFactory.createMapService()
Returns a  
MapService object. | 
MapService | 
PartitionContainer.getMapService()  | 
MapService | 
MapServiceContext.getService()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ConstructorFunction<NodeEngine,MapService> | 
MapServiceConstructor.getDefaultMapServiceConstructor()
Returns a  
Constructor which will be used to create a  MapService object. | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
LocalMapStatsUtil.incrementOtherOperationsCount(MapService service,
                             String mapName)
Increments other operations count statistic in local map statistics. 
 | 
void | 
MapServiceContext.setService(MapService mapService)  | 
| Constructor and Description | 
|---|
PartitionContainer(MapService mapService,
                  int partitionId)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected MapService | 
MapOperation.mapService  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MapOperation.setMapService(MapService mapService)  | 
| Constructor and Description | 
|---|
MapProxyImpl(String name,
            MapService mapService,
            NodeEngine nodeEngine,
            MapConfig mapConfig)  | 
NearCachedMapProxyImpl(String name,
                      MapService mapService,
                      NodeEngine nodeEngine,
                      MapConfig mapConfig)  | 
| Constructor and Description | 
|---|
TransactionalMapProxy(String name,
                     MapService mapService,
                     NodeEngine nodeEngine,
                     Transaction transaction)  | 
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.