Uses of Class
com.hazelcast.config.MapConfig
-
Uses of MapConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionMapConfig.addAttributeConfig
(AttributeConfig attributeConfig) MapConfig.addEntryListenerConfig
(EntryListenerConfig listenerConfig) MapConfig.addIndexConfig
(IndexConfig indexConfig) MapConfig.addMapPartitionLostListenerConfig
(MapPartitionLostListenerConfig listenerConfig) MapConfig.addQueryCacheConfig
(QueryCacheConfig queryCacheConfig) Adds a newQueryCacheConfig
to thisMapConfig
.Config.findMapConfig
(String name) Returns a read-onlyIMap
configuration for the given name.Config.getMapConfig
(String name) Returns the MapConfig for the given name, creating one if necessary and adding it to the collection of known configurations.Config.getMapConfigOrNull
(String name) Returns the map config with the given name ornull
if there is none.MapConfig.setAsyncBackupCount
(int asyncBackupCount) Sets the number of asynchronous backups.MapConfig.setAttributeConfigs
(List<AttributeConfig> attributeConfigs) MapConfig.setBackupCount
(int backupCount) Number of synchronous backups.MapConfig.setCacheDeserializedValues
(CacheDeserializedValues cacheDeserializedValues) Configure de-serialized value caching.MapConfig.setDataPersistenceConfig
(DataPersistenceConfig dataPersistenceConfig) Sets theDataPersistenceConfig
for thisMapConfig
MapConfig.setEntryListenerConfigs
(List<EntryListenerConfig> listenerConfigs) MapConfig.setEventJournalConfig
(EventJournalConfig eventJournalConfig) Sets theEventJournalConfig
for thisMapConfig
MapConfig.setEvictionConfig
(EvictionConfig evictionConfig) Sets theEvictionConfig
instance for eviction configuration for thisIMap
.MapConfig.setHotRestartConfig
(HotRestartConfig hotRestartConfig) Deprecated.MapConfig.setIndexConfigs
(List<IndexConfig> indexConfigs) MapConfig.setInMemoryFormat
(InMemoryFormat inMemoryFormat) Binary type that will be used for storing records.MapConfig.setMapStoreConfig
(MapStoreConfig mapStoreConfig) Sets the map store configurationMapConfig.setMaxIdleSeconds
(int maxIdleSeconds) Maximum number of seconds for each entry to stay idle in the map.MapConfig.setMergePolicyConfig
(MergePolicyConfig mergePolicyConfig) Sets theMergePolicyConfig
for this map.MapConfig.setMerkleTreeConfig
(MerkleTreeConfig merkleTreeConfig) Sets theMerkleTreeConfig
for thisMapConfig
MapConfig.setMetadataPolicy
(MetadataPolicy metadataPolicy) Sets the metadata policy.Sets the name of theIMap
MapConfig.setNearCacheConfig
(NearCacheConfig nearCacheConfig) Sets the Near Cache configurationMapConfig.setPartitioningAttributeConfigs
(List<PartitioningAttributeConfig> partitioningAttributeConfigs) MapConfig.setPartitioningStrategyConfig
(PartitioningStrategyConfig partitioningStrategyConfig) MapConfig.setPartitionLostListenerConfigs
(List<MapPartitionLostListenerConfig> listenerConfigs) MapConfig.setPerEntryStatsEnabled
(boolean perEntryStatsEnabled) Set to enable/disable per entry statistics.MapConfig.setQueryCacheConfigs
(List<QueryCacheConfig> queryCacheConfigs) SetsQueryCacheConfig
instances to thisMapConfig
.MapConfig.setReadBackupData
(boolean readBackupData) Sets read-backup-data (reading local backup entries) for this map.MapConfig.setSplitBrainProtectionName
(String splitBrainProtectionName) MapConfig.setStatisticsEnabled
(boolean statisticsEnabled) Set to enable/disable map level statistics for this map.MapConfig.setTieredStoreConfig
(TieredStoreConfig tieredStoreConfig) Sets theTieredStoreConfig
for thisMapConfig
MapConfig.setTimeToLiveSeconds
(int timeToLiveSeconds) The maximum number of seconds for each entry to stay in the map.MapConfig.setUserCodeNamespace
(String userCodeNamespace) Associates the provided Namespace Name with this structure forClassLoader
awareness.MapConfig.setWanReplicationRef
(WanReplicationRef wanReplicationRef) Sets the WAN target replication reference.Modifier and TypeMethodDescriptionConfig.getMapConfigs()
Returns the map ofIMap
configurations, mapped by config name.Modifier and TypeMethodDescriptionConfig.addMapConfig
(MapConfig mapConfig) Adds the map configuration.Modifier and TypeMethodDescriptionConfig.setMapConfigs
(Map<String, MapConfig> mapConfigs) Sets the map ofIMap
configurations, mapped by config name.
setDataPersistenceConfig(DataPersistenceConfig)