|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMap | |
|---|---|
| com.hazelcast.client.console | This package contains ClientConsoleApp |
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. |
| com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures and operation types |
| com.hazelcast.console | This package contains classes related to ConsoleApp |
| com.hazelcast.core | Provides core API interfaces/classes. |
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. |
| com.hazelcast.jca | This package contains jca functionality |
| com.hazelcast.jmx | Contains Hazelcast management bean classes. |
| com.hazelcast.map.impl.proxy | Contains map proxy implementation and support 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 | Contains Hazelcast cache classes related to Spring. |
| Uses of IMap in com.hazelcast.client.console |
|---|
| Methods in com.hazelcast.client.console that return IMap | |
|---|---|
IMap<Object,Object> |
ClientConsoleApp.getMap()
|
| Uses of IMap in com.hazelcast.client.impl |
|---|
| Methods in com.hazelcast.client.impl that return IMap | ||
|---|---|---|
|
HazelcastClientInstanceImpl.getMap(String name)
|
|
|
HazelcastClientProxy.getMap(String name)
|
|
| Uses of IMap in com.hazelcast.client.proxy |
|---|
| Classes in com.hazelcast.client.proxy that implement IMap | |
|---|---|
class |
ClientMapProxy<K,V>
|
| Uses of IMap in com.hazelcast.console |
|---|
| Methods in com.hazelcast.console that return IMap | |
|---|---|
IMap<Object,Object> |
ConsoleApp.getMap()
|
| 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.instance |
|---|
| Methods in com.hazelcast.instance that return IMap | ||
|---|---|---|
|
HazelcastInstanceImpl.getMap(String name)
|
|
|
HazelcastInstanceProxy.getMap(String name)
|
|
| Uses of IMap in com.hazelcast.jca |
|---|
| Methods in com.hazelcast.jca that return IMap | ||
|---|---|---|
|
HazelcastConnectionImpl.getMap(String 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.map.impl.proxy |
|---|
| Classes in com.hazelcast.map.impl.proxy that implement IMap | |
|---|---|
class |
MapProxyImpl<K,V>
Proxy implementation of IMap interface. |
| 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 | |||||||||