com.hazelcast.impl
Interface QProxy<E>

All Superinterfaces:
java.util.concurrent.BlockingQueue<E>, java.util.Collection<E>, ICollection<E>, Instance, IQueue<E>, java.lang.Iterable<E>, java.util.Queue<E>
All Known Implementing Classes:
FactoryImpl.QProxyImpl

public interface QProxy<E>
extends IQueue<E>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hazelcast.core.Instance
Instance.InstanceType
 
Method Summary
 java.lang.String getLongName()
           
 com.hazelcast.impl.monitor.QueueOperationsCounter getQueueOperationCounter()
           
 
Methods inherited from interface com.hazelcast.core.IQueue
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

getQueueOperationCounter

com.hazelcast.impl.monitor.QueueOperationsCounter getQueueOperationCounter()

getLongName

java.lang.String getLongName()


Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.