Uses of Class
com.hazelcast.monitor.impl.LocalQueueStatsImpl

Packages that use LocalQueueStatsImpl
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
 

Uses of LocalQueueStatsImpl in com.hazelcast.monitor.impl
 

Methods in com.hazelcast.monitor.impl with parameters of type LocalQueueStatsImpl
 void MemberStateImpl.putLocalQueueStats(String name, LocalQueueStatsImpl localQueueStats)
           
 

Uses of LocalQueueStatsImpl in com.hazelcast.queue.impl
 

Methods in com.hazelcast.queue.impl that return LocalQueueStatsImpl
 LocalQueueStatsImpl QueueService.getLocalQueueStatsImpl(String name)
           
 

Methods in com.hazelcast.queue.impl with parameters of type LocalQueueStatsImpl
 void QueueContainer.setStats(LocalQueueStatsImpl stats)
           
 



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