| Package | Description |
|---|---|
| com.hazelcast.client | |
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> MultiMap<K,V> |
HazelcastClient.getMultiMap(String name) |
<K,V> MultiMap<K,V> |
HazelcastClientProxy.getMultiMap(String name) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> MultiMap<K,V> |
HazelcastInstance.getMultiMap(String name)
Returns the distributed multimap instance with the specified name.
|
| Constructor and Description |
|---|
MultiMapMBean(MultiMap managedObject,
ManagementService service) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.