| Package | Description |
|---|---|
| com.hazelcast.client.console |
This package contains ClientConsoleApp
|
| com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
| com.hazelcast.client.impl.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
| com.hazelcast.collection.impl.list |
This package contains IList functionality for Hazelcast.
|
| com.hazelcast.console |
This package contains classes related to ConsoleApp
|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| com.hazelcast.instance.impl | |
| com.hazelcast.internal.jmx |
Contains Hazelcast management bean classes.
|
| Modifier and Type | Method and Description |
|---|---|
IList<Object> |
ClientConsoleApp.getList() |
| Modifier and Type | Method and Description |
|---|---|
<E> IList<E> |
HazelcastClientInstanceImpl.getList(String name) |
<E> IList<E> |
HazelcastClientProxy.getList(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientListProxy<E>
Proxy implementation of
IList. |
| Modifier and Type | Class and Description |
|---|---|
class |
ListProxyImpl<E> |
| Modifier and Type | Method and Description |
|---|---|
IList<Object> |
ConsoleApp.getList() |
| Modifier and Type | Method and Description |
|---|---|
<E> IList<E> |
HazelcastInstance.getList(String name)
Creates or returns the distributed list instance with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
<E> IList<E> |
HazelcastInstanceImpl.getList(String name) |
<E> IList<E> |
HazelcastInstanceProxy.getList(String name) |
| Constructor and Description |
|---|
ListMBean(IList<?> managedObject,
ManagementService service) |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.