fast message persistence implementation
| org.apache.activemq.kaha.impl | Kaha implementation classes |
| org.apache.activemq.kaha.impl.async | journal based data storage - scalable and fast |
| org.apache.activemq.kaha.impl.container | Map and List container implementations for Kaha |
| org.apache.activemq.kaha.impl.data | Data containers 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 |
| IndexMBean | Index MBean | code | html |
| ListContainer | Represents a container of persistent objects in the store Acts as a map, but values can be retrieved in insertion order | code | html |
| MapContainer | Represents a container of persistent objects in the store Acts as a map, but values can be retrieved in insertion order | code | html |
| Marshaller | Marshaller for marshalling in/out objects to a RawContainer | code | html |
| Store | A Store is holds persistent containers | code | html |
| StoreEntry | Entry for Store data | code | html |
| StoreLocation | Location of a data in the Store | code | html |
| BytesMarshaller | Implementation of a Marshaller for byte arrays | code | html |
| CommandMarshaller | Marshall a Message or a MessageReference | code | html |
| ContainerId | Used by RootContainers | code | html |
| MessageIdMarshaller | Implementation of a Marshaller for MessageIds | code | html |
| MessageMarshaller | Implementation of a Marshaller for MessageIds | code | html |
| ObjectMarshaller | Implementation of a Marshaller for Objects | code | html |
| RuntimeStoreException | Runtime exception for the Store | code | html |
| StoreFactory | Factory for creating stores | code | html |
| StringMarshaller | Implementation of a Marshaller for Strings | code | html |