Uses of Interface
com.hazelcast.core.IMap

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

Uses of IMap in com.hazelcast.client
 

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

Uses of IMap in com.hazelcast.core
 

Methods in com.hazelcast.core that return IMap
<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
MapMBean(IMap managedObject, ManagementService service)
           
 

Uses of IMap in com.hazelcast.spring.cache
 

Constructors in com.hazelcast.spring.cache with parameters of type IMap
HazelcastCache(IMap<Object,Object> map)
           
 



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