Uses of Class
com.hazelcast.config.ReplicatedMapConfig
-
Uses of ReplicatedMapConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionReplicatedMapConfig.addEntryListenerConfig
(EntryListenerConfig listenerConfig) Config.findReplicatedMapConfig
(String name) Returns a read-onlyReplicatedMap
configuration for the given name.Config.getReplicatedMapConfig
(String name) Returns the ReplicatedMapConfig for the given name, creating one if necessary and adding it to the collection of known configurations.ReplicatedMapConfig.setAsyncFillup
(boolean asyncFillup) True if the replicated map is available for reads before the initial replication is completed, false otherwise.ReplicatedMapConfig.setInMemoryFormat
(InMemoryFormat inMemoryFormat) Data type used to store entries.ReplicatedMapConfig.setListenerConfigs
(List<ListenerConfig> listenerConfigs) ReplicatedMapConfig.setMergePolicyConfig
(MergePolicyConfig mergePolicyConfig) Sets theMergePolicyConfig
for this replicated map.Sets the name of thisReplicatedMap
.ReplicatedMapConfig.setSplitBrainProtectionName
(String splitBrainProtectionName) Sets the split brain protection name for operations.ReplicatedMapConfig.setStatisticsEnabled
(boolean statisticsEnabled) Sets statistics to enabled or disabled for this replicated map.ReplicatedMapConfig.setUserCodeNamespace
(String userCodeNamespace) Associates the provided Namespace Name with this structure forClassLoader
awareness.Modifier and TypeMethodDescriptionConfig.getReplicatedMapConfigs()
Returns the map ofReplicatedMap
configurations, mapped by config name.Modifier and TypeMethodDescriptionConfig.addReplicatedMapConfig
(ReplicatedMapConfig replicatedMapConfig) Adds the replicated map configuration.Modifier and TypeMethodDescriptionConfig.setReplicatedMapConfigs
(Map<String, ReplicatedMapConfig> replicatedMapConfigs) Sets the map ofReplicatedMap
configurations, mapped by config name.