| 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 |
|---|---|
<E> IList<E> |
HazelcastClient.getList(String name) |
<E> IList<E> |
HazelcastClientProxy.getList(String name) |
| Modifier and Type | Method and Description |
|---|---|
<E> IList<E> |
HazelcastInstance.getList(String name)
Returns the distributed list instance with the specified name.
|
| Constructor and Description |
|---|
ListMBean(IList<?> managedObject,
ManagementService service) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.