Package | Description |
---|---|
com.hazelcast.queue.impl |
This package contains the IQueue functionality.
The IQueue is the distributed version of the BlockingQueue . |
Modifier and Type | Class and Description |
---|---|
class |
TxQueueItem
Transactional Queue Item.
|
Modifier and Type | Method and Description |
---|---|
QueueItem |
QueueContainer.peek() |
QueueItem |
QueueContainer.poll() |
QueueItem |
QueueContainer.txnPeek(long offerId,
String transactionId) |
QueueItem |
QueueContainer.txnPollReserve(long reservedOfferId,
String transactionId) |
Modifier and Type | Method and Description |
---|---|
Deque<QueueItem> |
QueueContainer.getItemQueue() |
Modifier and Type | Method and Description |
---|---|
int |
QueueItem.compareTo(QueueItem o) |
Constructor and Description |
---|
TxQueueItem(QueueItem item) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.