Package | Description |
---|---|
com.hazelcast.collection.impl.queue | |
com.hazelcast.collection.impl.txnqueue |
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) |
Modifier and Type | Class and Description |
---|---|
class |
TxQueueItem
Transactional Queue Item.
|
Constructor and Description |
---|
TxQueueItem(QueueItem item) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.