| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| com.hazelcast.internal.config | Contains functionality for Hazelcast configurations. | 
| com.hazelcast.internal.management.dto | These contain the DTO object to exchange information with the management center. | 
| com.hazelcast.internal.management.operation | Contains operations that are called from Management Center. | 
| com.hazelcast.map.impl | Contains implementation specific classes of  com.hazelcast.mappackage. | 
| 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.record | Contains record specific classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MapConfigReadOnlyDeprecated. 
 this class will be removed in 3.8; it is meant for internal usage only. | 
| Modifier and Type | Method and Description | 
|---|---|
| MapConfig | MapConfig. addEntryListenerConfig(EntryListenerConfig listenerConfig) | 
| MapConfig | MapConfigReadOnly. addEntryListenerConfig(EntryListenerConfig listenerConfig)Deprecated.  | 
| MapConfig | MapConfig. addMapAttributeConfig(MapAttributeConfig mapAttributeConfig) | 
| MapConfig | MapConfig. addMapIndexConfig(MapIndexConfig mapIndexConfig) | 
| MapConfig | MapConfigReadOnly. addMapIndexConfig(MapIndexConfig mapIndexConfig)Deprecated.  | 
| MapConfig | MapConfig. addMapPartitionLostListenerConfig(MapPartitionLostListenerConfig listenerConfig) | 
| MapConfig | MapConfig. addQueryCacheConfig(QueryCacheConfig queryCacheConfig)Adds a new  QueryCacheConfigto thisMapConfig. | 
| MapConfig | Config. findMapConfig(String name) | 
| MapConfig | Config. getMapConfig(String name) | 
| MapConfig | MapConfig. setAsyncBackupCount(int asyncBackupCount)Sets the number of asynchronous backups. | 
| MapConfig | MapConfigReadOnly. setAsyncBackupCount(int asyncBackupCount)Deprecated.  | 
| MapConfig | MapConfig. setBackupCount(int backupCount)Number of synchronous backups. | 
| MapConfig | MapConfigReadOnly. setBackupCount(int backupCount)Deprecated.  | 
| MapConfig | MapConfig. setCacheDeserializedValues(CacheDeserializedValues cacheDeserializedValues)Configure de-serialized value caching. | 
| MapConfig | MapConfigReadOnly. setCacheDeserializedValues(CacheDeserializedValues cacheDeserializedValues)Deprecated.  | 
| MapConfig | MapConfig. setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs) | 
| MapConfig | MapConfigReadOnly. setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs)Deprecated.  | 
| MapConfig | MapConfig. setEvictionPercentage(int evictionPercentage)Deprecated. 
 As of version 3.7, eviction mechanism changed.
 It uses a probabilistic algorithm based on sampling. Please see documentation for further details. | 
| MapConfig | MapConfigReadOnly. setEvictionPercentage(int evictionPercentage)Deprecated.  | 
| MapConfig | MapConfig. setEvictionPolicy(EvictionPolicy evictionPolicy)Sets the  EvictionPolicy. | 
| MapConfig | MapConfigReadOnly. setEvictionPolicy(EvictionPolicy evictionPolicy)Deprecated.  | 
| MapConfig | MapConfig. setHotRestartConfig(HotRestartConfig hotRestartConfig)Sets the  HotRestartConfigfor thisMapConfig | 
| MapConfig | MapConfigReadOnly. setHotRestartConfig(HotRestartConfig hotRestartConfig)Deprecated.  | 
| MapConfig | MapConfig. setInMemoryFormat(InMemoryFormat inMemoryFormat)Binary type that will be used for storing records. | 
| MapConfig | MapConfigReadOnly. setInMemoryFormat(InMemoryFormat inMemoryFormat)Deprecated.  | 
| MapConfig | MapConfig. setMapAttributeConfigs(List<MapAttributeConfig> mapAttributeConfigs) | 
| MapConfig | MapConfigReadOnly. setMapAttributeConfigs(List<MapAttributeConfig> mapAttributeConfigs)Deprecated.  | 
| MapConfig | MapConfig. setMapEvictionPolicy(MapEvictionPolicy mapEvictionPolicy)Sets custom eviction policy implementation for this map. | 
| MapConfig | MapConfigReadOnly. setMapEvictionPolicy(MapEvictionPolicy mapEvictionPolicy)Deprecated.  | 
| MapConfig | MapConfig. setMapIndexConfigs(List<MapIndexConfig> mapIndexConfigs) | 
| MapConfig | MapConfigReadOnly. setMapIndexConfigs(List<MapIndexConfig> mapIndexConfigs)Deprecated.  | 
| MapConfig | MapConfig. setMapStoreConfig(MapStoreConfig mapStoreConfig)Sets the map store configuration | 
| MapConfig | MapConfigReadOnly. setMapStoreConfig(MapStoreConfig mapStoreConfig)Deprecated.  | 
| MapConfig | MapConfig. setMaxIdleSeconds(int maxIdleSeconds)Maximum number of seconds for each entry to stay idle in the map. | 
| MapConfig | MapConfigReadOnly. setMaxIdleSeconds(int maxIdleSeconds)Deprecated.  | 
| MapConfig | MapConfig. setMaxSizeConfig(MaxSizeConfig maxSizeConfig) | 
| MapConfig | MapConfigReadOnly. setMaxSizeConfig(MaxSizeConfig maxSizeConfig)Deprecated.  | 
| MapConfig | MapConfig. setMergePolicy(String mergePolicy)Sets the map merge policy  MapMergePolicy | 
| MapConfig | MapConfigReadOnly. setMergePolicy(String mergePolicy)Deprecated.  | 
| MapConfig | MapConfig. setMinEvictionCheckMillis(long minEvictionCheckMillis)Deprecated. 
 As of version 3.7, eviction mechanism changed.
 It uses a probabilistic algorithm based on sampling. Please see documentation for further details. | 
| MapConfig | MapConfigReadOnly. setMinEvictionCheckMillis(long checkIfEvictableAfterMillis)Deprecated.  | 
| MapConfig | MapConfig. setName(String name)Sets the name of the  IMap | 
| MapConfig | MapConfigReadOnly. setName(String name)Deprecated.  | 
| MapConfig | MapConfig. setNearCacheConfig(NearCacheConfig nearCacheConfig)Sets the Near Cache configuration | 
| MapConfig | MapConfigReadOnly. setNearCacheConfig(NearCacheConfig nearCacheConfig)Deprecated.  | 
| MapConfig | MapConfig. setOptimizeQueries(boolean optimizeQueries)Deprecated. 
 | 
| MapConfig | MapConfigReadOnly. setOptimizeQueries(boolean optimizeQueries)Deprecated.  | 
| MapConfig | MapConfig. setPartitioningStrategyConfig(PartitioningStrategyConfig partitioningStrategyConfig) | 
| MapConfig | MapConfigReadOnly. setPartitioningStrategyConfig(PartitioningStrategyConfig partitioningStrategyConfig)Deprecated.  | 
| MapConfig | MapConfig. setPartitionLostListenerConfigs(List<MapPartitionLostListenerConfig> listenerConfigs) | 
| MapConfig | MapConfigReadOnly. setPartitionLostListenerConfigs(List<MapPartitionLostListenerConfig> listenerConfigs)Deprecated.  | 
| MapConfig | MapConfig. setReadBackupData(boolean readBackupData)Sets read-backup-data (reading local backup entries) for this map. | 
| MapConfig | MapConfigReadOnly. setReadBackupData(boolean readBackupData)Deprecated.  | 
| MapConfig | MapConfig. setStatisticsEnabled(boolean statisticsEnabled)Sets statistics to enabled or disabled for this map. | 
| MapConfig | MapConfigReadOnly. setStatisticsEnabled(boolean statisticsEnabled)Deprecated.  | 
| MapConfig | MapConfig. setTimeToLiveSeconds(int timeToLiveSeconds)The maximum number of seconds for each entry to stay in the map. | 
| MapConfig | MapConfigReadOnly. setTimeToLiveSeconds(int timeToLiveSeconds)Deprecated.  | 
| MapConfig | MapConfig. setWanReplicationRef(WanReplicationRef wanReplicationRef)Sets the WAN target replication reference. | 
| MapConfig | MapConfigReadOnly. setWanReplicationRef(WanReplicationRef wanReplicationRef)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,MapConfig> | Config. getMapConfigs() | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | Config. addMapConfig(MapConfig mapConfig) | 
| boolean | MapConfig. isCompatible(MapConfig other) | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | Config. setMapConfigs(Map<String,MapConfig> mapConfigs) | 
| Constructor and Description | 
|---|
| MapConfig(MapConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ConfigValidator. checkMapConfig(MapConfig mapConfig)Checks preconditions to create a map proxy. | 
| Modifier and Type | Method and Description | 
|---|---|
| MapConfig | MapConfigDTO. getMapConfig() | 
| Constructor and Description | 
|---|
| MapConfigDTO(MapConfig mapConfig) | 
| Constructor and Description | 
|---|
| UpdateMapConfigOperation(String mapName,
                        MapConfig mapConfig) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected MapConfig | MapContainer. mapConfig | 
| Modifier and Type | Method and Description | 
|---|---|
| MapConfig | MapContainer. getMapConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| static long | ExpirationTimeSetter. calculateMaxIdleMillis(MapConfig mapConfig) | 
| static long | ExpirationTimeSetter. calculateTTLMillis(MapConfig mapConfig) | 
| MapOperationProvider | MapServiceContext. getMapOperationProvider(MapConfig mapConfig) | 
| void | MapContainer. setMapConfig(MapConfig mapConfig) | 
| static void | ExpirationTimeSetter. updateExpiryTime(Record record,
                long ttl,
                MapConfig mapConfig)Updates records TTL and expiration time. | 
| Modifier and Type | Method and Description | 
|---|---|
| MapOperationProvider | MapOperationProviders. getOperationProvider(MapConfig mapConfig)Returns a  MapOperationProviderinstance, depending on whether the providedMapConfighas a
 WAN replication policy configured or not. | 
| Constructor and Description | 
|---|
| MapProxyImpl(String name,
            MapService mapService,
            NodeEngine nodeEngine,
            MapConfig mapConfig) | 
| NearCachedMapProxyImpl(String name,
                      MapService mapService,
                      NodeEngine nodeEngine,
                      MapConfig mapConfig) | 
| Constructor and Description | 
|---|
| DataRecordFactory(MapConfig config,
                 SerializationService serializationService,
                 PartitioningStrategy partitionStrategy) | 
| ObjectRecordFactory(MapConfig config,
                   SerializationService serializationService) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.