Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
<T extends CacheConfig<K,V>> |
CacheConfig.copy(T target,
boolean resolved)
Copy this CacheConfig to given
target object whose type extends CacheConfig. |
Modifier and Type | Method and Description |
---|---|
CacheConfig<K,V> |
CacheConfig.setAsyncBackupCount(int asyncBackupCount)
Sets the number of asynchronous backups for this
ICache . |
CacheConfig<K,V> |
CacheConfig.setBackupCount(int backupCount)
Sets the number of synchronous backups.
|
CacheConfig<K,V> |
CacheConfig.setDisablePerEntryInvalidationEvents(boolean disablePerEntryInvalidationEvents)
Sets invalidation events disabled status for per entry.
|
CacheConfig<K,V> |
CacheConfig.setEvictionConfig(EvictionConfig evictionConfig)
Sets the
EvictionConfig instance for eviction configuration for this ICache . |
CacheConfig<K,V> |
CacheConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
Data type that will be used to store records in this
ICache . |
CacheConfig<K,V> |
CacheConfig.setManagerPrefix(String managerPrefix)
Sets the manager prefix of the
ICache . |
CacheConfig<K,V> |
CacheConfig.setMergePolicyConfig(MergePolicyConfig mergePolicyConfig)
Sets the
MergePolicyConfig for this map. |
CacheConfig<K,V> |
CacheConfig.setName(String name)
Sets the name of this
ICache . |
CacheConfig<K,V> |
CacheConfig.setPartitionLostListenerConfigs(List<CachePartitionLostListenerConfig> partitionLostListenerConfigs)
Sets the WAN target replication reference.
|
CacheConfig<K,V> |
CacheConfig.setSplitBrainProtectionName(String splitBrainProtectionName)
Associates this cache configuration to a split brain protection.
|
CacheConfig<K,V> |
CacheConfig.setUriString(String uriString)
Sets the URI string, which is the global identifier of the
ICache . |
CacheConfig<K,V> |
CacheConfig.setWanReplicationRef(WanReplicationRef wanReplicationRef) |
Modifier and Type | Method and Description |
---|---|
static void |
CacheConfigAccessor.setSerializationService(CacheConfig<?,?> config,
com.hazelcast.internal.serialization.SerializationService serializationService) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.