Uses of Interface
com.hazelcast.monitor.LocalQueueStats

Packages that use LocalQueueStats
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.
 
 

Uses of LocalQueueStats in com.hazelcast.client.proxy
 

Methods in com.hazelcast.client.proxy that return LocalQueueStats
 LocalQueueStats ClientQueueProxy.getLocalQueueStats()
           
 

Uses of LocalQueueStats in com.hazelcast.core
 

Methods in com.hazelcast.core that return LocalQueueStats
 LocalQueueStats IQueue.getLocalQueueStats()
          Returns LocalQueueStats for this queue.
 

Uses of LocalQueueStats in com.hazelcast.monitor
 

Methods in com.hazelcast.monitor that return LocalQueueStats
 LocalQueueStats MemberState.getLocalQueueStats(String queueName)
           
 

Uses of LocalQueueStats in com.hazelcast.monitor.impl
 

Classes in com.hazelcast.monitor.impl that implement LocalQueueStats
 class LocalQueueStatsImpl
           
 

Methods in com.hazelcast.monitor.impl that return LocalQueueStats
 LocalQueueStats MemberStateImpl.getLocalQueueStats(String queueName)
           
 

Uses of LocalQueueStats in com.hazelcast.queue.impl
 

Methods in com.hazelcast.queue.impl that return LocalQueueStats
 LocalQueueStats QueueService.createLocalQueueStats(String name, int partitionId)
           
 

Uses of LocalQueueStats in com.hazelcast.queue.impl.proxy
 

Methods in com.hazelcast.queue.impl.proxy that return LocalQueueStats
 LocalQueueStats QueueProxyImpl.getLocalQueueStats()
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.