com.hazelcast.core
Interface IQueue<E>

All Superinterfaces:
BlockingQueue<E>, Collection<E>, ICollection<E>, Instance, Iterable<E>, Queue<E>

public interface IQueue<E>
extends ICollection<E>, BlockingQueue<E>, Instance


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hazelcast.core.Instance
Instance.InstanceType
 
Method Summary
 LocalQueueStats getLocalQueueStats()
           
 
Methods inherited from interface com.hazelcast.core.ICollection
addItemListener, getName, removeItemListener
 
Methods inherited from interface com.hazelcast.core.Instance
destroy, getId, getInstanceType
 
Methods inherited from interface java.util.concurrent.BlockingQueue
add, contains, drainTo, drainTo, offer, offer, poll, put, remainingCapacity, remove, take
 
Methods inherited from interface java.util.Queue
element, peek, poll, remove
 
Methods inherited from interface java.util.Collection
addAll, clear, containsAll, equals, hashCode, isEmpty, iterator, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getLocalQueueStats

LocalQueueStats getLocalQueueStats()


Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.