Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
MultiMapConfig |
MultiMapConfig.addEntryListenerConfig(EntryListenerConfig listenerConfig)
Adds an entry listener to this MultiMap (listens for when entries are added or removed).
|
MultiMapConfig |
Config.findMultiMapConfig(String name)
Returns a read-only
MultiMap configuration for
the given name. |
MultiMapConfig |
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 |
MultiMapConfig.setAsyncBackupCount(int asyncBackupCount)
Sets the number of asynchronous backups.
|
MultiMapConfig |
MultiMapConfig.setBackupCount(int backupCount)
Sets the number of synchronous backups.
|
MultiMapConfig |
MultiMapConfig.setBinary(boolean binary)
Enables or disables binary (serialized) form for this MultiMap.
|
MultiMapConfig |
MultiMapConfig.setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs)
Sets the list of entry listeners (listens for when entries are added or removed) for this MultiMap.
|
MultiMapConfig |
MultiMapConfig.setMergePolicyConfig(MergePolicyConfig mergePolicyConfig)
Sets the
MergePolicyConfig for this MultiMap. |
MultiMapConfig |
MultiMapConfig.setName(String name)
Sets the name of this MultiMap.
|
MultiMapConfig |
MultiMapConfig.setSplitBrainProtectionName(String splitBrainProtectionName)
Sets the split brain protection name for operations.
|
MultiMapConfig |
MultiMapConfig.setStatisticsEnabled(boolean statisticsEnabled)
Enables or disables statistics for this MultiMap.
|
MultiMapConfig |
MultiMapConfig.setValueCollectionType(MultiMapConfig.ValueCollectionType valueCollectionType)
Sets the collection type for the values of this MultiMap.
|
MultiMapConfig |
MultiMapConfig.setValueCollectionType(String valueCollectionType)
Sets the collection type for the values of this MultiMap.
|
Modifier and Type | Method and Description |
---|---|
Map<String,MultiMapConfig> |
Config.getMultiMapConfigs()
Returns the map of
MultiMap configurations,
mapped by config name. |
Modifier and Type | Method and Description |
---|---|
Config |
Config.addMultiMapConfig(MultiMapConfig multiMapConfig)
Adds the multimap configuration.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.setMultiMapConfigs(Map<String,MultiMapConfig> multiMapConfigs)
Sets the map of
MultiMap configurations,
mapped by config name. |
Constructor and Description |
---|
MultiMapConfig(MultiMapConfig config) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.