| Package | Description | 
|---|---|
| com.hazelcast.client.proxy | 
 This package contains client side proxy implementations of the different Hazelcast data structures
 and operation types 
 | 
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.monitor | 
 Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc. 
 | 
| com.hazelcast.monitor.impl | 
 Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc. 
 | 
| com.hazelcast.queue.impl | 
 This package contains the IQueue functionality. 
The IQueue is the distributed version of the BlockingQueue. | 
| com.hazelcast.queue.impl.proxy | 
 This package contains the IQueue proxies. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LocalQueueStats | 
ClientQueueProxy.getLocalQueueStats()  | 
| Modifier and Type | Method and Description | 
|---|---|
LocalQueueStats | 
IQueue.getLocalQueueStats()
Returns LocalQueueStats for this queue. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LocalQueueStats | 
MemberState.getLocalQueueStats(String queueName)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocalQueueStatsImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
LocalQueueStats | 
MemberStateImpl.getLocalQueueStats(String queueName)  | 
| Modifier and Type | Method and Description | 
|---|---|
LocalQueueStats | 
QueueService.createLocalQueueStats(String name,
                     int partitionId)  | 
| Modifier and Type | Method and Description | 
|---|---|
LocalQueueStats | 
QueueProxyImpl.getLocalQueueStats()  | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.