Package | Description |
---|---|
com.hazelcast.client | |
com.hazelcast.core | |
com.hazelcast.examples | |
com.hazelcast.impl | |
com.hazelcast.jmx |
The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast.
|
Modifier and Type | Class and Description |
---|---|
class |
MapClientProxy<K,V> |
Modifier and Type | Method and Description |
---|---|
<K,V> IMap<K,V> |
HazelcastClient.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.
|
static <K,V> IMap<K,V> |
Hazelcast.getMap(String name)
Deprecated.
as of version 2.2
|
Modifier and Type | Method and Description |
---|---|
IMap<Object,Object> |
TestApp.getMap() |
Modifier and Type | Interface and Description |
---|---|
interface |
MProxy |
Modifier and Type | Class and Description |
---|---|
class |
MProxyImpl |
Modifier and Type | Method and Description |
---|---|
<K,V> IMap<K,V> |
FactoryImpl.getMap(String name) |
<K,V> IMap<K,V> |
FactoryImpl.HazelcastInstanceProxy.getMap(String name) |
IMap |
BlockingQueueManager.getStorageMap(String queueName) |
Modifier and Type | Method and Description |
---|---|
void |
ClientEndpoint.addThisAsListener(IMap map,
Data key,
boolean includeValue) |
void |
ClientEndpoint.removeThisListener(IMap map,
Data key) |
Constructor and Description |
---|
MapEntryMBean(IMap map,
Object key) |
MapMBean(IMap managedObject,
ManagementService managementService) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.