Uses of Class
com.hazelcast.queue.impl.QueueItem

Packages that use QueueItem
com.hazelcast.queue.impl This package contains the IQueue functionality.
The IQueue is the distributed version of the BlockingQueue
 

Uses of QueueItem in com.hazelcast.queue.impl
 

Subclasses of QueueItem in com.hazelcast.queue.impl
 class TxQueueItem
          Transactional Queue Item.
 

Methods in com.hazelcast.queue.impl that return QueueItem
 QueueItem QueueContainer.peek()
           
 QueueItem QueueContainer.poll()
           
 QueueItem QueueContainer.txnPeek(long offerId, String transactionId)
           
 QueueItem QueueContainer.txnPollReserve(long reservedOfferId, String transactionId)
           
 

Methods in com.hazelcast.queue.impl that return types with arguments of type QueueItem
 Deque<QueueItem> QueueContainer.getItemQueue()
           
 

Methods in com.hazelcast.queue.impl with parameters of type QueueItem
 int QueueItem.compareTo(QueueItem o)
           
 

Constructors in com.hazelcast.queue.impl with parameters of type QueueItem
TxQueueItem(QueueItem item)
           
 



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