Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.hibernate.local |
Provides local classes for Hibernate.
|
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.map package. |
com.hazelcast.map.impl.record |
Contains record specific classes.
|
Modifier and Type | Class and Description |
---|---|
class |
MapConfigReadOnly
Contains the configuration for an
IMap (read-only). |
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfig.addEntryListenerConfig(EntryListenerConfig listenerConfig) |
MapConfig |
MapConfigReadOnly.addEntryListenerConfig(EntryListenerConfig listenerConfig) |
MapConfig |
MapConfig.addMapAttributeConfig(MapAttributeConfig mapAttributeConfig) |
MapConfig |
MapConfig.addMapIndexConfig(MapIndexConfig mapIndexConfig) |
MapConfig |
MapConfigReadOnly.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) |
MapConfig |
Config.getMapConfig(String name) |
MapConfig |
MapConfig.setAsyncBackupCount(int asyncBackupCount)
Sets the number of asynchronous backups.
|
MapConfig |
MapConfigReadOnly.setAsyncBackupCount(int asyncBackupCount) |
MapConfig |
MapConfig.setBackupCount(int backupCount)
Number of synchronous backups.
|
MapConfig |
MapConfigReadOnly.setBackupCount(int backupCount) |
MapConfig |
MapConfig.setCacheDeserializedValues(CacheDeserializedValues cacheDeserializedValues)
Configure de-serialized value caching.
|
MapConfig |
MapConfig.setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs) |
MapConfig |
MapConfigReadOnly.setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs) |
MapConfig |
MapConfig.setEvictionPercentage(int evictionPercentage)
When maximum size is reached, the specified percentage of the map will be evicted.
|
MapConfig |
MapConfigReadOnly.setEvictionPercentage(int evictionPercentage) |
MapConfig |
MapConfig.setEvictionPolicy(EvictionPolicy evictionPolicy)
Sets the evictionPolicy
|
MapConfig |
MapConfigReadOnly.setEvictionPolicy(EvictionPolicy evictionPolicy) |
MapConfig |
MapConfig.setHotRestartConfig(HotRestartConfig hotRestartConfig)
Sets the
HotRestartConfig for this MapConfig |
MapConfig |
MapConfigReadOnly.setHotRestartConfig(HotRestartConfig hotRestartConfig) |
MapConfig |
MapConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
Binary type that will be used for storing records.
|
MapConfig |
MapConfigReadOnly.setInMemoryFormat(InMemoryFormat inMemoryFormat) |
MapConfig |
MapConfig.setMapAttributeConfigs(List<MapAttributeConfig> mapAttributeConfigs) |
MapConfig |
MapConfig.setMapIndexConfigs(List<MapIndexConfig> mapIndexConfigs) |
MapConfig |
MapConfigReadOnly.setMapIndexConfigs(List<MapIndexConfig> mapIndexConfigs) |
MapConfig |
MapConfig.setMapStoreConfig(MapStoreConfig mapStoreConfig)
Sets the map store configuration
|
MapConfig |
MapConfigReadOnly.setMapStoreConfig(MapStoreConfig mapStoreConfig) |
MapConfig |
MapConfig.setMaxIdleSeconds(int maxIdleSeconds)
Maximum number of seconds for each entry to stay idle in the map.
|
MapConfig |
MapConfigReadOnly.setMaxIdleSeconds(int maxIdleSeconds) |
MapConfig |
MapConfig.setMaxSizeConfig(MaxSizeConfig maxSizeConfig) |
MapConfig |
MapConfigReadOnly.setMaxSizeConfig(MaxSizeConfig maxSizeConfig) |
MapConfig |
MapConfig.setMergePolicy(String mergePolicy)
Sets the map merge policy
MapMergePolicy |
MapConfig |
MapConfigReadOnly.setMergePolicy(String mergePolicy) |
MapConfig |
MapConfig.setMinEvictionCheckMillis(long minEvictionCheckMillis)
Sets the minimum time in milliseconds which should pass before asking if a partition of this map is evictable or not.
|
MapConfig |
MapConfigReadOnly.setMinEvictionCheckMillis(long checkIfEvictableAfterMillis) |
MapConfig |
MapConfig.setName(String name)
Sets the name of the
IMap |
MapConfig |
MapConfigReadOnly.setName(String name) |
MapConfig |
MapConfig.setNearCacheConfig(NearCacheConfig nearCacheConfig)
Sets the near cache configuration
|
MapConfig |
MapConfigReadOnly.setNearCacheConfig(NearCacheConfig nearCacheConfig) |
MapConfig |
MapConfig.setOptimizeQueries(boolean optimizeQueries)
Deprecated.
|
MapConfig |
MapConfigReadOnly.setOptimizeQueries(boolean optimizeQueries) |
MapConfig |
MapConfig.setPartitioningStrategyConfig(PartitioningStrategyConfig partitioningStrategyConfig) |
MapConfig |
MapConfigReadOnly.setPartitioningStrategyConfig(PartitioningStrategyConfig partitioningStrategyConfig) |
MapConfig |
MapConfig.setPartitionLostListenerConfigs(List<MapPartitionLostListenerConfig> listenerConfigs) |
MapConfig |
MapConfig.setReadBackupData(boolean readBackupData)
Sets read-backup-data (reading local backup entires) for this map.
|
MapConfig |
MapConfigReadOnly.setReadBackupData(boolean readBackupData) |
MapConfig |
MapConfig.setStatisticsEnabled(boolean statisticsEnabled)
Sets statistics to enabled or disabled for this map.
|
MapConfig |
MapConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled) |
MapConfig |
MapConfig.setTimeToLiveSeconds(int timeToLiveSeconds)
The maximum number of seconds for each entry to stay in the map.
|
MapConfig |
MapConfigReadOnly.setTimeToLiveSeconds(int timeToLiveSeconds) |
MapConfig |
MapConfig.setWanReplicationRef(WanReplicationRef wanReplicationRef)
Sets the Wan target replication reference.
|
MapConfig |
MapConfigReadOnly.setWanReplicationRef(WanReplicationRef wanReplicationRef) |
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 | Field and Description |
---|---|
protected MapConfig |
LocalRegionCache.config |
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) |
void |
MapContainer.setMapConfig(MapConfig mapConfig) |
static void |
ExpirationTimeSetter.updateExpiryTime(Record record,
long ttl,
MapConfig mapConfig)
Updates records TTL and expiration time.
|
Constructor and Description |
---|
MapContainer(String name,
MapConfig mapConfig,
MapServiceContext mapServiceContext)
Operations which are done in this constructor should obey the rules defined
in the method comment
PostJoinAwareService.getPostJoinOperation()
Otherwise undesired situations, like deadlocks, may appear. |
Constructor and Description |
---|
DataRecordFactory(MapConfig config,
SerializationService serializationService,
PartitioningStrategy partitionStrategy) |
ObjectRecordFactory(MapConfig config,
SerializationService serializationService) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.