|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMap | |
|---|---|
| com.hazelcast.client | This package contains the serverside client functionality |
| com.hazelcast.core | Provides core API interfaces/classes. |
| com.hazelcast.jmx | Contains Hazelcast MBean classes. |
| com.hazelcast.mapreduce | This package contains the MapReduce API definition for Hazelcast. All map reduce operations running in a distributed manner inside the active Hazelcast cluster. |
| com.hazelcast.spring.cache | |
| Uses of IMap in com.hazelcast.client |
|---|
| Methods in com.hazelcast.client that return IMap | ||
|---|---|---|
|
HazelcastClientProxy.getMap(String name)
|
|
|
HazelcastClient.getMap(String name)
|
|
| Uses of IMap in com.hazelcast.core |
|---|
| Methods in com.hazelcast.core that return IMap | ||
|---|---|---|
|
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.mapreduce |
|---|
| Methods in com.hazelcast.mapreduce with parameters of type IMap | ||
|---|---|---|
static
|
KeyValueSource.fromMap(IMap<K,V> map)
A helper method to build a KeyValueSource implementation based on the specified IMap |
|
| Uses of IMap in com.hazelcast.spring.cache |
|---|
| Constructors in com.hazelcast.spring.cache with parameters of type IMap | |
|---|---|
HazelcastCache(IMap<Object,Object> map)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||