| Package | Description |
|---|---|
| com.hazelcast.queue |
| Modifier and Type | Class and Description |
|---|---|
class |
TxQueueItem |
| 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 |
|---|---|
int |
QueueItem.compareTo(QueueItem o) |
| Constructor and Description |
|---|
TxQueueItem(QueueItem item) |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.