Package | Description |
---|---|
com.hazelcast.client | |
com.hazelcast.core | |
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 |
MultiMapClientProxy<K,V> |
Modifier and Type | Method and Description |
---|---|
<K,V> MultiMap<K,V> |
HazelcastClient.getMultiMap(String name) |
Modifier and Type | Method and Description |
---|---|
static <K,V> MultiMap<K,V> |
Hazelcast.getMultiMap(String name)
Deprecated.
as of version 2.2
|
<K,V> MultiMap<K,V> |
HazelcastInstance.getMultiMap(String name)
Returns the distributed multimap instance with the specified name.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MultiMapProxy |
Modifier and Type | Class and Description |
---|---|
class |
MultiMapProxyImpl |
Modifier and Type | Method and Description |
---|---|
<K,V> MultiMap<K,V> |
FactoryImpl.getMultiMap(String name) |
<K,V> MultiMap<K,V> |
FactoryImpl.HazelcastInstanceProxy.getMultiMap(String name) |
Modifier and Type | Method and Description |
---|---|
void |
ClientEndpoint.addThisAsListener(MultiMap<Object,Object> multiMap,
Data key,
boolean includeValue) |
void |
ClientEndpoint.removeThisListener(MultiMap multiMap,
Data key) |
Constructor and Description |
---|
MultiMapMBean(MultiMap managedObject,
ManagementService managementService) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.