| 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  | TxQueueItemTransactional Queue Item. | 
| Constructor and Description | 
|---|
| TxQueueItem(QueueItem item) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.