| Package | Description | 
|---|---|
| com.hazelcast.client.console | 
 This package contains ClientConsoleApp 
 | 
| com.hazelcast.client.impl | 
 Contains most of the client side HazelcastInstance implementation functionality. 
 | 
| com.hazelcast.client.proxy | 
 This package contains client side proxy implementations of the different Hazelcast data structures
 and operation types 
 | 
| com.hazelcast.collection.impl.queue | |
| com.hazelcast.console | 
 This package contains classes related to ConsoleApp 
 | 
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.instance | 
 This package contains Hazelcast Instance functionality. 
 | 
| com.hazelcast.jca | 
 This package contains jca functionality 
 | 
| com.hazelcast.jmx | 
 Contains Hazelcast management bean classes. 
 | 
| com.hazelcast.jmx.suppliers | 
 Contains Hazelcast management bean stat providers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IQueue<Object> | 
ClientConsoleApp.getQueue()  | 
| Modifier and Type | Method and Description | 
|---|---|
<E> IQueue<E> | 
HazelcastClientInstanceImpl.getQueue(String name)  | 
<E> IQueue<E> | 
HazelcastClientProxy.getQueue(String name)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientQueueProxy<E>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
QueueProxyImpl<E>
Proxy implementation for the Queue. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IQueue<Object> | 
ConsoleApp.getQueue()  | 
| Modifier and Type | Method and Description | 
|---|---|
<E> IQueue<E> | 
HazelcastInstance.getQueue(String name)
Returns the distributed queue instance with the specified name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<E> IQueue<E> | 
HazelcastInstanceImpl.getQueue(String name)  | 
<E> IQueue<E> | 
HazelcastInstanceProxy.getQueue(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
<E> IQueue<E> | 
HazelcastConnectionImpl.getQueue(String name)  | 
| Constructor and Description | 
|---|
QueueMBean(IQueue managedObject,
          ManagementService service)  | 
| Constructor and Description | 
|---|
LocalQueueStatsSupplier(IQueue queue)  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.