Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
MapConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfigReadOnly.addEntryListenerConfig(EntryListenerConfig listenerConfig)
Deprecated.
|
MapConfig |
MapConfig.addEntryListenerConfig(EntryListenerConfig listenerConfig) |
MapConfig |
MapConfig.addMapAttributeConfig(MapAttributeConfig mapAttributeConfig) |
MapConfig |
MapConfigReadOnly.addMapIndexConfig(MapIndexConfig mapIndexConfig)
Deprecated.
|
MapConfig |
MapConfig.addMapIndexConfig(MapIndexConfig mapIndexConfig) |
MapConfig |
MapConfig.addMapPartitionLostListenerConfig(MapPartitionLostListenerConfig listenerConfig) |
MapConfig |
MapConfig.addQueryCacheConfig(QueryCacheConfig queryCacheConfig)
Adds a new
QueryCacheConfig to this MapConfig . |
MapConfig |
Config.findMapConfig(String name)
Returns a read-only
IMap configuration for
the given name. |
MapConfig |
Config.getMapConfig(String name)
Returns the MapConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
|
MapConfig |
Config.getMapConfigOrNull(String name)
Returns the map config with the given name or
null if there is none. |
MapConfig |
MapConfigReadOnly.setAsyncBackupCount(int asyncBackupCount)
Deprecated.
|
MapConfig |
MapConfig.setAsyncBackupCount(int asyncBackupCount)
Sets the number of asynchronous backups.
|
MapConfig |
MapConfigReadOnly.setBackupCount(int backupCount)
Deprecated.
|
MapConfig |
MapConfig.setBackupCount(int backupCount)
Number of synchronous backups.
|
MapConfig |
MapConfigReadOnly.setCacheDeserializedValues(CacheDeserializedValues cacheDeserializedValues)
Deprecated.
|
MapConfig |
MapConfig.setCacheDeserializedValues(CacheDeserializedValues cacheDeserializedValues)
Configure de-serialized value caching.
|
MapConfig |
MapConfigReadOnly.setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs)
Deprecated.
|
MapConfig |
MapConfig.setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs) |
MapConfig |
MapConfigReadOnly.setEvictionPercentage(int evictionPercentage)
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.setEvictionPolicy(EvictionPolicy evictionPolicy)
Deprecated.
|
MapConfig |
MapConfig.setEvictionPolicy(EvictionPolicy evictionPolicy)
Sets the
EvictionPolicy . |
MapConfig |
MapConfigReadOnly.setHotRestartConfig(HotRestartConfig hotRestartConfig)
Deprecated.
|
MapConfig |
MapConfig.setHotRestartConfig(HotRestartConfig hotRestartConfig)
Sets the
HotRestartConfig for this MapConfig |
MapConfig |
MapConfigReadOnly.setInMemoryFormat(InMemoryFormat inMemoryFormat)
Deprecated.
|
MapConfig |
MapConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
Binary type that will be used for storing records.
|
MapConfig |
MapConfigReadOnly.setMapAttributeConfigs(List<MapAttributeConfig> mapAttributeConfigs)
Deprecated.
|
MapConfig |
MapConfig.setMapAttributeConfigs(List<MapAttributeConfig> mapAttributeConfigs) |
MapConfig |
MapConfigReadOnly.setMapEvictionPolicy(MapEvictionPolicy mapEvictionPolicy)
Deprecated.
|
MapConfig |
MapConfig.setMapEvictionPolicy(MapEvictionPolicy mapEvictionPolicy)
Sets custom eviction policy implementation for this map.
|
MapConfig |
MapConfigReadOnly.setMapIndexConfigs(List<MapIndexConfig> mapIndexConfigs)
Deprecated.
|
MapConfig |
MapConfig.setMapIndexConfigs(List<MapIndexConfig> mapIndexConfigs) |
MapConfig |
MapConfigReadOnly.setMapStoreConfig(MapStoreConfig mapStoreConfig)
Deprecated.
|
MapConfig |
MapConfig.setMapStoreConfig(MapStoreConfig mapStoreConfig)
Sets the map store configuration
|
MapConfig |
MapConfigReadOnly.setMaxIdleSeconds(int maxIdleSeconds)
Deprecated.
|
MapConfig |
MapConfig.setMaxIdleSeconds(int maxIdleSeconds)
Maximum number of seconds for each entry to stay idle in the map.
|
MapConfig |
MapConfigReadOnly.setMaxSizeConfig(MaxSizeConfig maxSizeConfig)
Deprecated.
|
MapConfig |
MapConfig.setMaxSizeConfig(MaxSizeConfig maxSizeConfig) |
MapConfig |
MapConfigReadOnly.setMergePolicy(String mergePolicy)
Deprecated.
|
MapConfig |
MapConfig.setMergePolicy(String mergePolicy)
Deprecated.
since 3.10, please use
setMergePolicyConfig(MergePolicyConfig) |
MapConfig |
MapConfigReadOnly.setMergePolicyConfig(MergePolicyConfig mergePolicyConfig)
Deprecated.
|
MapConfig |
MapConfig.setMergePolicyConfig(MergePolicyConfig mergePolicyConfig)
Sets the
MergePolicyConfig for this map. |
MapConfig |
MapConfigReadOnly.setMinEvictionCheckMillis(long checkIfEvictableAfterMillis)
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.setName(String name)
Deprecated.
|
MapConfig |
MapConfig.setName(String name)
Sets the name of the
IMap |
MapConfig |
MapConfigReadOnly.setNearCacheConfig(NearCacheConfig nearCacheConfig)
Deprecated.
|
MapConfig |
MapConfig.setNearCacheConfig(NearCacheConfig nearCacheConfig)
Sets the Near Cache configuration
|
MapConfig |
MapConfigReadOnly.setOptimizeQueries(boolean optimizeQueries)
Deprecated.
|
MapConfig |
MapConfig.setOptimizeQueries(boolean optimizeQueries)
Deprecated.
|
MapConfig |
MapConfigReadOnly.setPartitioningStrategyConfig(PartitioningStrategyConfig partitioningStrategyConfig)
Deprecated.
|
MapConfig |
MapConfig.setPartitioningStrategyConfig(PartitioningStrategyConfig partitioningStrategyConfig) |
MapConfig |
MapConfigReadOnly.setPartitionLostListenerConfigs(List<MapPartitionLostListenerConfig> listenerConfigs)
Deprecated.
|
MapConfig |
MapConfig.setPartitionLostListenerConfigs(List<MapPartitionLostListenerConfig> listenerConfigs) |
MapConfig |
MapConfigReadOnly.setQuorumName(String quorumName)
Deprecated.
|
MapConfig |
MapConfig.setQuorumName(String quorumName) |
MapConfig |
MapConfigReadOnly.setReadBackupData(boolean readBackupData)
Deprecated.
|
MapConfig |
MapConfig.setReadBackupData(boolean readBackupData)
Sets read-backup-data (reading local backup entries) for this map.
|
MapConfig |
MapConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled)
Deprecated.
|
MapConfig |
MapConfig.setStatisticsEnabled(boolean statisticsEnabled)
Sets statistics to enabled or disabled for this map.
|
MapConfig |
MapConfigReadOnly.setTimeToLiveSeconds(int timeToLiveSeconds)
Deprecated.
|
MapConfig |
MapConfig.setTimeToLiveSeconds(int timeToLiveSeconds)
The maximum number of seconds for each entry to stay in the map.
|
MapConfig |
MapConfigReadOnly.setWanReplicationRef(WanReplicationRef wanReplicationRef)
Deprecated.
|
MapConfig |
MapConfig.setWanReplicationRef(WanReplicationRef wanReplicationRef)
Sets the WAN target replication reference.
|
Modifier and Type | Method and Description |
---|---|
Map<String,MapConfig> |
Config.getMapConfigs()
Returns the map of
IMap configurations,
mapped by config name. |
Modifier and Type | Method and Description |
---|---|
Config |
Config.addMapConfig(MapConfig mapConfig)
Adds the map configuration.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.setMapConfigs(Map<String,MapConfig> mapConfigs)
Sets the map of
IMap configurations,
mapped by config name. |
Constructor and Description |
---|
MapConfig(MapConfig config) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.