|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MultiMap | |
|---|---|
| com.hazelcast.client | This package contains the serverside client functionality |
| com.hazelcast.core | Provides core API interfaces/classes. |
| com.hazelcast.jca | |
| 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. |
| Uses of MultiMap in com.hazelcast.client |
|---|
| Methods in com.hazelcast.client that return MultiMap | ||
|---|---|---|
|
HazelcastClientProxy.getMultiMap(String name)
|
|
|
HazelcastClient.getMultiMap(String name)
|
|
| Uses of MultiMap in com.hazelcast.core |
|---|
| Methods in com.hazelcast.core that return MultiMap | ||
|---|---|---|
|
HazelcastInstance.getMultiMap(String name)
Returns the distributed multimap instance with the specified name. |
|
| Uses of MultiMap in com.hazelcast.jca |
|---|
| Methods in com.hazelcast.jca that return MultiMap | ||
|---|---|---|
|
HazelcastConnectionImpl.getMultiMap(String name)
|
|
|
HazelcastConnection.getMultiMap(String name)
|
|
| Uses of MultiMap in com.hazelcast.jmx |
|---|
| Constructors in com.hazelcast.jmx with parameters of type MultiMap | |
|---|---|
MultiMapMBean(MultiMap managedObject,
ManagementService service)
|
|
| Uses of MultiMap in com.hazelcast.mapreduce |
|---|
| Methods in com.hazelcast.mapreduce with parameters of type MultiMap | ||
|---|---|---|
static
|
KeyValueSource.fromMultiMap(MultiMap<K,V> multiMap)
A helper method to build a KeyValueSource implementation based on the specified MultiMap |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||