Uses of Interface
com.hazelcast.monitor.LocalQueueStats

Packages that use LocalQueueStats
com.hazelcast.core   
com.hazelcast.impl.monitor   
com.hazelcast.monitor   
 

Uses of LocalQueueStats in com.hazelcast.core
 

Methods in com.hazelcast.core that return LocalQueueStats
 LocalQueueStats IQueue.getLocalQueueStats()
           
 

Uses of LocalQueueStats in com.hazelcast.impl.monitor
 

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

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

Uses of LocalQueueStats in com.hazelcast.monitor
 

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

Methods in com.hazelcast.monitor with parameters of type LocalQueueStats
 void DistributedQueueStatsCallable.MemberQueueStats.setLocalQueueStats(LocalQueueStats localQueueStats)
           
 

Constructors in com.hazelcast.monitor with parameters of type LocalQueueStats
DistributedQueueStatsCallable.MemberQueueStats(Member member, LocalQueueStats localQueueStats)
           
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.