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
|
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 | Field and Description |
---|---|
protected Index |
MapContainerImpl.index |
Modifier and Type | Class and Description |
---|---|
class |
VMIndex
Index implementation using a HashMap
|
Modifier and Type | Class and Description |
---|---|
class |
HashIndex
BTree implementation
|
Modifier and Type | Class and Description |
---|---|
class |
TreeIndex
BTree implementation
|
Copyright © 2005–2016. All rights reserved.