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