| Package | Description |
|---|---|
| org.apache.activemq.kaha.impl.container |
Map and List container implementations for Kaha
|
| org.apache.activemq.kaha.impl.index |
Kaha index - type classes for the Map Container - including VM implementation
|
| Modifier and Type | Field and Description |
|---|---|
protected IndexLinkedList |
BaseContainerImpl.indexList |
protected IndexLinkedList |
ContainerValueCollectionIterator.list |
| Modifier and Type | Method and Description |
|---|---|
protected IndexLinkedList |
BaseContainerImpl.getInternalList() |
protected IndexLinkedList |
MapContainerImpl.getItemList() |
IndexLinkedList |
BaseContainerImpl.getList() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseContainerImpl.setList(IndexLinkedList indexList) |
| Constructor and Description |
|---|
ContainerListIterator(ListContainerImpl container,
IndexLinkedList list,
IndexItem start) |
| Modifier and Type | Class and Description |
|---|---|
class |
DiskIndexLinkedList
A linked list used by IndexItems
|
class |
VMIndexLinkedList
A linked list used by IndexItems
|
Copyright © 2005–2017. All rights reserved.