Package | Description |
---|---|
org.apache.activemq.kaha.impl |
Kaha implementation classes
|
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
|
org.apache.activemq.kaha.impl.index.hash |
disk based Hash implementation of an index for a Map
|
org.apache.activemq.kaha.impl.index.tree |
BTree implementation of an index for a Map
|
Modifier and Type | Method and Description |
---|---|
IndexManager |
KahaStore.getIndexManager(DataManager dm,
String name) |
Modifier and Type | Field and Description |
---|---|
protected IndexManager |
BaseContainerImpl.indexManager |
Modifier and Type | Method and Description |
---|---|
IndexManager |
BaseContainerImpl.getIndexManager() |
Constructor and Description |
---|
BaseContainerImpl(ContainerId id,
IndexItem root,
IndexManager indexManager,
DataManager dataManager,
boolean persistentIndex) |
ListContainerImpl(ContainerId id,
IndexItem root,
IndexManager indexManager,
DataManager dataManager,
boolean persistentIndex) |
MapContainerImpl(File directory,
ContainerId id,
IndexItem root,
IndexManager indexManager,
DataManager dataManager,
boolean persistentIndex) |
Modifier and Type | Field and Description |
---|---|
protected IndexManager |
DiskIndexLinkedList.indexManager |
Constructor and Description |
---|
DiskIndexLinkedList(IndexManager im,
IndexItem header)
Constructs an empty list.
|
VMIndex(IndexManager manager) |
Constructor and Description |
---|
HashIndex(File directory,
String name,
IndexManager indexManager)
Constructor
|
Constructor and Description |
---|
TreeIndex(File directory,
String name,
IndexManager indexManager)
Constructor
|
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.