Uses of Class
com.hazelcast.config.CacheConfig
-
Uses of CacheConfig in com.hazelcast.config
Modifier and TypeMethodDescription<T extends CacheConfig<K,
V>>
TCacheConfig.copy
(T target, boolean resolved) Copy this CacheConfig to giventarget
object whose type extends CacheConfig.Modifier and TypeMethodDescriptionCacheConfig.setAsyncBackupCount
(int asyncBackupCount) Sets the number of asynchronous backups for thisICache
.CacheConfig.setBackupCount
(int backupCount) Sets the number of synchronous backups.CacheConfig.setDisablePerEntryInvalidationEvents
(boolean disablePerEntryInvalidationEvents) Sets invalidation events disabled status for per entry.CacheConfig.setEvictionConfig
(EvictionConfig evictionConfig) Sets theEvictionConfig
instance for eviction configuration for thisICache
.CacheConfig.setInMemoryFormat
(InMemoryFormat inMemoryFormat) Data type that will be used to store records in thisICache
.CacheConfig.setManagerPrefix
(String managerPrefix) Sets the manager prefix of theICache
.CacheConfig.setMergePolicyConfig
(MergePolicyConfig mergePolicyConfig) Sets theMergePolicyConfig
for this map.Sets the name of thisICache
.CacheConfig.setPartitionLostListenerConfigs
(List<CachePartitionLostListenerConfig> partitionLostListenerConfigs) Sets the WAN target replication reference.CacheConfig.setSplitBrainProtectionName
(String splitBrainProtectionName) Associates this cache configuration to a split brain protection.CacheConfig.setUriString
(String uriString) Sets the URI string, which is the global identifier of theICache
.CacheConfig.setUserCodeNamespace
(String userCodeNamespace) Associates the provided Namespace Name with this structure forClassLoader
awareness.CacheConfig.setWanReplicationRef
(WanReplicationRef wanReplicationRef) Modifier and TypeMethodDescriptionstatic void
CacheConfigAccessor.setSerializationService
(CacheConfig<?, ?> config, com.hazelcast.internal.serialization.SerializationService serializationService)