Uses of Class
com.hazelcast.config.MultiMapConfig
-
Uses of MultiMapConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionMultiMapConfig.addEntryListenerConfig
(EntryListenerConfig listenerConfig) Adds an entry listener to this MultiMap (listens for when entries are added or removed).Config.findMultiMapConfig
(String name) Returns a read-onlyMultiMap
configuration for the given name.Config.getMultiMapConfig
(String name) Returns the MultiMapConfig for the given name, creating one if necessary and adding it to the collection of known configurations.MultiMapConfig.setAsyncBackupCount
(int asyncBackupCount) Sets the number of asynchronous backups.MultiMapConfig.setBackupCount
(int backupCount) Sets the number of synchronous backups.MultiMapConfig.setBinary
(boolean binary) Enables or disables binary (serialized) form for this MultiMap.MultiMapConfig.setEntryListenerConfigs
(List<EntryListenerConfig> listenerConfigs) Sets the list of entry listeners (listens for when entries are added or removed) for this MultiMap.MultiMapConfig.setMergePolicyConfig
(MergePolicyConfig mergePolicyConfig) Sets theMergePolicyConfig
for this MultiMap.Sets the name of this MultiMap.MultiMapConfig.setSplitBrainProtectionName
(String splitBrainProtectionName) Sets the split brain protection name for operations.MultiMapConfig.setStatisticsEnabled
(boolean statisticsEnabled) Enables or disables statistics for this MultiMap.MultiMapConfig.setUserCodeNamespace
(String userCodeNamespace) Associates the provided Namespace Name with this structure forClassLoader
awareness.MultiMapConfig.setValueCollectionType
(MultiMapConfig.ValueCollectionType valueCollectionType) Sets the collection type for the values of this MultiMap.MultiMapConfig.setValueCollectionType
(String valueCollectionType) Sets the collection type for the values of this MultiMap.Modifier and TypeMethodDescriptionConfig.getMultiMapConfigs()
Returns the map ofMultiMap
configurations, mapped by config name.Modifier and TypeMethodDescriptionConfig.addMultiMapConfig
(MultiMapConfig multiMapConfig) Adds the multimap configuration.Modifier and TypeMethodDescriptionConfig.setMultiMapConfigs
(Map<String, MultiMapConfig> multiMapConfigs) Sets the map ofMultiMap
configurations, mapped by config name.