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.collection.impl.queue   
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. 
 

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.collection.impl.queue
 

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

Methods in com.hazelcast.collection.impl.queue that return types with arguments of type LocalQueueStats
 Map<String,LocalQueueStats> QueueService.getStats()
           
 

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)
           
 

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



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