| 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  | MultiMapConfigReadOnlyContains the configuration for an  MultiMap. | 
| 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) | 
| 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) | 
| MultiMapConfig | MultiMapConfig. setBackupCount(int backupCount)Sets the number of synchronous backups. | 
| MultiMapConfig | MultiMapConfigReadOnly. setBackupCount(int backupCount) | 
| MultiMapConfig | MultiMapConfig. setBinary(boolean binary)Enables or disables binary (serialized) form for this MultiMap. | 
| MultiMapConfig | MultiMapConfigReadOnly. setBinary(boolean binary) | 
| 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) | 
| MultiMapConfig | MultiMapConfig. setName(String name)Sets the name of this MultiMap. | 
| MultiMapConfig | MultiMapConfigReadOnly. setName(String name) | 
| MultiMapConfig | MultiMapConfig. setStatisticsEnabled(boolean statisticsEnabled)Enables or disables statistics for this MultiMap. | 
| MultiMapConfig | MultiMapConfigReadOnly. setStatisticsEnabled(boolean statisticsEnabled) | 
| MultiMapConfig | MultiMapConfig. setSyncBackupCount(int syncBackupCount)Deprecated.  | 
| MultiMapConfig | MultiMapConfigReadOnly. setSyncBackupCount(int syncBackupCount) | 
| MultiMapConfig | MultiMapConfig. setValueCollectionType(MultiMapConfig.ValueCollectionType valueCollectionType)Sets the collection type for the values of this MultiMap. | 
| MultiMapConfig | MultiMapConfigReadOnly. setValueCollectionType(MultiMapConfig.ValueCollectionType valueCollectionType) | 
| MultiMapConfig | MultiMapConfig. setValueCollectionType(String valueCollectionType)Sets the collection type for the values of this MultiMap. | 
| MultiMapConfig | MultiMapConfigReadOnly. setValueCollectionType(String valueCollectionType) | 
| 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) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected MultiMapConfig | MultiMapProxySupport. config | 
| Modifier and Type | Field and Description | 
|---|---|
| protected MultiMapConfig | TransactionalMultiMapProxySupport. config | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.