| Package | Description |
|---|---|
| org.apache.qpid.server.queue |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueueEntryListBase |
| Modifier and Type | Class and Description |
|---|---|
class |
LastValueQueueList |
class |
OrderedQueueEntryList |
class |
PriorityQueueList |
class |
SortedQueueEntryList
A sorted implementation of QueueEntryList.
|
class |
StandardQueueEntryList |
| Modifier and Type | Method and Description |
|---|---|
QueueEntryList |
QueueEntryImpl.getQueueEntryList() |
| Modifier and Type | Method and Description |
|---|---|
OrderedQueueEntry |
OrderedQueueEntryList.HeadCreator.createHead(QueueEntryList list) |
| Constructor and Description |
|---|
QueueEntryImpl(QueueEntryList queueEntryList) |
QueueEntryImpl(QueueEntryList queueEntryList,
ServerMessage message,
long entryId,
MessageEnqueueRecord enqueueRecord) |
QueueEntryImpl(QueueEntryList queueEntryList,
ServerMessage message,
MessageEnqueueRecord enqueueRecord) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.