|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiMapConfig | |
---|---|
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. |
Uses of MultiMapConfig in com.hazelcast.config |
---|
Subclasses of MultiMapConfig in com.hazelcast.config | |
---|---|
class |
MultiMapConfigReadOnly
Contains the configuration for an MultiMap . |
Methods in com.hazelcast.config that return types with arguments of type MultiMapConfig | |
---|---|
Map<String,MultiMapConfig> |
Config.getMultiMapConfigs()
|
Methods in com.hazelcast.config with parameters of type MultiMapConfig | |
---|---|
Config |
Config.addMultiMapConfig(MultiMapConfig multiMapConfig)
|
Method parameters in com.hazelcast.config with type arguments of type MultiMapConfig | |
---|---|
Config |
Config.setMultiMapConfigs(Map<String,MultiMapConfig> multiMapConfigs)
|
Constructors in com.hazelcast.config with parameters of type MultiMapConfig | |
---|---|
MultiMapConfig(MultiMapConfig defConfig)
|
|
MultiMapConfigReadOnly(MultiMapConfig defConfig)
|
Uses of MultiMapConfig in com.hazelcast.multimap.impl |
---|
Fields in com.hazelcast.multimap.impl declared as MultiMapConfig | |
---|---|
protected MultiMapConfig |
MultiMapProxySupport.config
|
Uses of MultiMapConfig in com.hazelcast.multimap.impl.txn |
---|
Fields in com.hazelcast.multimap.impl.txn declared as MultiMapConfig | |
---|---|
protected MultiMapConfig |
TransactionalMultiMapProxySupport.config
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |