| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| com.hazelcast.multimap.impl | 
 Contains classes for Hazelcast MultiMap module. 
 | 
| com.hazelcast.multimap.impl.txn | 
 This package contains the Transaction behavior for the Multimap. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MultiMapConfigReadOnly
Deprecated. 
 
this class will be removed in 4.0; it is meant for internal usage only. 
 | 
| 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 | 
MultiMapConfigReadOnly.addEntryListenerConfig(EntryListenerConfig listenerConfig)
Deprecated.  
  | 
MultiMapConfig | 
Config.findMultiMapConfig(String name)  | 
MultiMapConfig | 
Config.getMultiMapConfig(String name)  | 
MultiMapConfig | 
MultiMapConfig.setAsyncBackupCount(int asyncBackupCount)
Sets the number of asynchronous backups. 
 | 
MultiMapConfig | 
MultiMapConfigReadOnly.setAsyncBackupCount(int asyncBackupCount)
Deprecated.  
  | 
MultiMapConfig | 
MultiMapConfig.setBackupCount(int backupCount)
Sets the number of synchronous backups. 
 | 
MultiMapConfig | 
MultiMapConfigReadOnly.setBackupCount(int backupCount)
Deprecated.  
  | 
MultiMapConfig | 
MultiMapConfig.setBinary(boolean binary)
Enables or disables binary (serialized) form for this MultiMap. 
 | 
MultiMapConfig | 
MultiMapConfigReadOnly.setBinary(boolean binary)
Deprecated.  
  | 
MultiMapConfig | 
MultiMapConfig.setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs)
Sets the list of entry listeners (listens for when entries are added or removed) for this MultiMap. 
 | 
MultiMapConfig | 
MultiMapConfigReadOnly.setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs)
Deprecated.  
  | 
MultiMapConfig | 
MultiMapConfig.setName(String name)
Sets the name of this MultiMap. 
 | 
MultiMapConfig | 
MultiMapConfigReadOnly.setName(String name)
Deprecated.  
  | 
MultiMapConfig | 
MultiMapConfig.setStatisticsEnabled(boolean statisticsEnabled)
Enables or disables statistics for this MultiMap. 
 | 
MultiMapConfig | 
MultiMapConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled)
Deprecated.  
  | 
MultiMapConfig | 
MultiMapConfig.setSyncBackupCount(int syncBackupCount)
Deprecated.  
 | 
MultiMapConfig | 
MultiMapConfigReadOnly.setSyncBackupCount(int syncBackupCount)
Deprecated.  
  | 
MultiMapConfig | 
MultiMapConfig.setValueCollectionType(MultiMapConfig.ValueCollectionType valueCollectionType)
Sets the collection type for the values of this MultiMap. 
 | 
MultiMapConfig | 
MultiMapConfigReadOnly.setValueCollectionType(MultiMapConfig.ValueCollectionType valueCollectionType)
Deprecated.  
  | 
MultiMapConfig | 
MultiMapConfig.setValueCollectionType(String valueCollectionType)
Sets the collection type for the values of this MultiMap. 
 | 
MultiMapConfig | 
MultiMapConfigReadOnly.setValueCollectionType(String valueCollectionType)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,MultiMapConfig> | 
Config.getMultiMapConfigs()  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
Config.addMultiMapConfig(MultiMapConfig multiMapConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
Config.setMultiMapConfigs(Map<String,MultiMapConfig> multiMapConfigs)  | 
| Constructor and Description | 
|---|
MultiMapConfig(MultiMapConfig defConfig)  | 
MultiMapConfigReadOnly(MultiMapConfig defConfig)
Deprecated.  
  | 
| Modifier and Type | Field and Description | 
|---|---|
protected MultiMapConfig | 
MultiMapProxySupport.config  | 
| Modifier and Type | Field and Description | 
|---|---|
protected MultiMapConfig | 
TransactionalMultiMapProxySupport.config  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.