| 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 |
| Index | Simplier than a Map | code | html |
| IndexLinkedList | Inteface to LinkedList of Indexes | code | html |
| BadMagicException | Occurs when bad magic occurs in reading a file | code | html |
| DiskIndexLinkedList | A linked list used by IndexItems | code | html |
| IndexItem | A an Item with a relative position and location to other Items in the Store | code | html |
| IndexManager | Optimized Store reader | code | html |
| RedoStoreIndexItem | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | code | html |
| StoreIndexReader | Optimized Store reader | code | html |
| StoreIndexWriter | Optimized Store writer | code | html |
| VMIndex | Index implementation using a HashMap | code | html |
| VMIndexLinkedList | A linked list used by IndexItems | code | html |