| Package | Description |
|---|---|
| com.hazelcast.client | |
| com.hazelcast.core | |
| com.hazelcast.jmx |
The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast.
|
| Modifier and Type | Method and Description |
|---|---|
<E> IList<E> |
HazelcastClient.getList(String name) |
| Modifier and Type | Method and Description |
|---|---|
static <E> IList<E> |
Hazelcast.getList(String name)
Deprecated.
as of version 2.2
|
<E> IList<E> |
HazelcastInstance.getList(String name)
Returns the distributed list instance with the specified name.
|
| Constructor and Description |
|---|
ListMBean(IList<?> managedObject,
ManagementService managementService) |
Copyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.