Uses of Class
com.hazelcast.config.ReplicatedMapConfig
Packages that use ReplicatedMapConfig
-
Uses of ReplicatedMapConfig in com.hazelcast.config
Methods in com.hazelcast.config that return ReplicatedMapConfigModifier 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.Methods in com.hazelcast.config that return types with arguments of type ReplicatedMapConfigModifier and TypeMethodDescriptionConfig.getReplicatedMapConfigs()
Returns the map ofReplicatedMap
configurations, mapped by config name.Methods in com.hazelcast.config with parameters of type ReplicatedMapConfigModifier and TypeMethodDescriptionConfig.addReplicatedMapConfig
(ReplicatedMapConfig replicatedMapConfig) Adds the replicated map configuration.Method parameters in com.hazelcast.config with type arguments of type ReplicatedMapConfigModifier and TypeMethodDescriptionConfig.setReplicatedMapConfigs
(Map<String, ReplicatedMapConfig> replicatedMapConfigs) Sets the map ofReplicatedMap
configurations, mapped by config name.Constructors in com.hazelcast.config with parameters of type ReplicatedMapConfig