Uses of Interface
com.hazelcast.core.MultiMap

Packages that use MultiMap
com.hazelcast.client   
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.jmx Contains Hazelcast MBean classes. 
 

Uses of MultiMap in com.hazelcast.client
 

Methods in com.hazelcast.client that return MultiMap
<K,V> MultiMap<K,V>
HazelcastClientProxy.getMultiMap(String name)
           
<K,V> MultiMap<K,V>
HazelcastClient.getMultiMap(String name)
           
 

Uses of MultiMap in com.hazelcast.core
 

Methods in com.hazelcast.core that return MultiMap
<K,V> MultiMap<K,V>
HazelcastInstance.getMultiMap(String name)
          Returns the distributed multimap instance with the specified name.
 

Uses of MultiMap in com.hazelcast.jmx
 

Constructors in com.hazelcast.jmx with parameters of type MultiMap
MultiMapMBean(MultiMap managedObject, ManagementService service)
           
 



Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.