Uses of Interface
com.hazelcast.core.IMap

Packages that use IMap
com.hazelcast.client   
com.hazelcast.core   
com.hazelcast.jmx The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast. 
 

Uses of IMap in com.hazelcast.client
 

Methods in com.hazelcast.client that return IMap
<K,V> IMap<K,V>
HazelcastClient.getMap(String name)
           
 

Uses of IMap in com.hazelcast.core
 

Methods in com.hazelcast.core that return IMap
static
<K,V> IMap<K,V>
Hazelcast.getMap(String name)
          Returns the distributed map instance with the specified name.
<K,V> IMap<K,V>
HazelcastInstance.getMap(String name)
          Returns the distributed map instance with the specified name.
 

Uses of IMap in com.hazelcast.jmx
 

Constructors in com.hazelcast.jmx with parameters of type IMap
MapEntryMBean(IMap map, Object key)
           
MapMBean(IMap managedObject, ManagementService managementService)
           
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.